Html Css Color HEX #45D626 Lime Green

📋 copy color: '#45D626'

red 69 ◦ green 214 ◦ blue 38

#45D626
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #45D626

Tints of Lime Green #45D626

RGB

 RED value IS 69 (27.34% from 255) = 21.5%

 GREEN value IS 214 (83.98% from 255) = 66.67%

 BLUE value IS 38 (15.23% from 255) = 11.84%

R = 21.5%
G = 66.67%
B = 11.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#45D626 (or 0x45D626) is known color: Lime Green. HEX triplet: 45, D6 and 26. RGB value is (69,214,38). Sum of RGB (Red+Green+Blue) = 69+214+38=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 214 (83.98% from 255 or 66.67% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 214 - color contains mainly: green. Hex color #45D626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D626 is #BA29D9. Grayscale: #979797. Windows color (decimal): -12200410 or 2545221. OLE color: 2545221.

HSL color Cylindrical-coordinate representation of color #45D626: hue angle of 109.43º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45D626 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 214 38 -
CMYK 0.68 0 0.82 0.16
HSL 109.43º 0.7% 0.49% -
HSV(B) 109.43º 0.82% 0.84% -
XYZ 26.85 49.5 9.97 -
YUV 150.58 64.46 69.81 -
System Red Green Blue C M Y K H S L
Decimal 69 214 38 0.68 0 0.82 0.16 109.43 0.7 0.49
Hex 45 D6 26 44 0 52 10 6D 46 31
Octal 105 326 46 104 0 122 20 155 106 61
Binary 1000101 11010110 100110 1000100 0 1010010 10000 1101101 1000110 110001

Color Harmonies of #45D626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D626

Black with #45D626

Text Example


Text Example

White with #45D626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45D626; }

 p { color: rgb(69,214,38); }

 H1.HeaderClassName
 {
   color: #45D626;
 }
 .AnyTagClassName
 {
   color: #45D626;
 }
</style>

background-color css

<style>
 a { background-color: #45D626; }

 a { background-color: rgb(69,214,38); }

 div.DivClassName
 {
   background-color: #45D626;
 }
 .BgClassName
 {
   background-color: #45D626;
 }
</style>

border-color css

<style>
 span { border-color: #45D626; }

 span { border-color: rgb(69,214,38); }

 td.TdClassName
 {
   border-color: #45D626;
 }
 .TagClassName
 {
   border-color: #45D626;
 }
</style>