Html Css Color HEX #45CF46 Lime Green

📋 copy color: '#45CF46'

red 69 ◦ green 207 ◦ blue 70

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

Shades of Lime Green #45CF46

Tints of Lime Green #45CF46

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.83%

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 19.94%
G = 59.83%
B = 20.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#45CF46 (or 0x45CF46) is known color: Lime Green. HEX triplet: 45, CF and 46. RGB value is (69,207,70). Sum of RGB (Red+Green+Blue) = 69+207+70=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF46 is #BA30B9. Grayscale: #969696. Windows color (decimal): -12202170 or 4640581. OLE color: 4640581.

HSL color Cylindrical-coordinate representation of color #45CF46: hue angle of 120.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CF46 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 207 70 -
CMYK 0.67 0 0.66 0.19
HSL 120.43º 0.59% 0.54% -
HSV(B) 120.43º 0.67% 0.81% -
XYZ 25.87 46.33 13.37 -
YUV 150.12 82.78 70.14 -
System Red Green Blue C M Y K H S L
Decimal 69 207 70 0.67 0 0.66 0.19 120.43 0.59 0.54
Hex 45 CF 46 43 0 42 13 78 3B 36
Octal 105 317 106 103 0 102 23 170 73 66
Binary 1000101 11001111 1000110 1000011 0 1000010 10011 1111000 111011 110110

Color Harmonies of #45CF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CF46

Black with #45CF46

Text Example


Text Example

White with #45CF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,207,70); }

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

background-color css

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

 a { background-color: rgb(69,207,70); }

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

border-color css

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

 span { border-color: rgb(69,207,70); }

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