Html Css Color HEX #45CF28 Lime Green

📋 copy color: '#45CF28'

red 69 ◦ green 207 ◦ blue 40

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

Shades of Lime Green #45CF28

Tints of Lime Green #45CF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.66%

R = 21.84%
G = 65.51%
B = 12.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#45CF28 (or 0x45CF28) is known color: Lime Green. HEX triplet: 45, CF and 28. RGB value is (69,207,40). Sum of RGB (Red+Green+Blue) = 69+207+40=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF28 is #BA30D7. Grayscale: #939393. Windows color (decimal): -12202200 or 2674501. OLE color: 2674501.

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

Color convert

RGB 69 207 40 -
CMYK 0.67 0 0.81 0.19
HSL 109.58º 0.68% 0.48% -
HSV(B) 109.58º 0.81% 0.81% -
XYZ 25.15 46.04 9.57 -
YUV 146.7 67.78 72.58 -
System Red Green Blue C M Y K H S L
Decimal 69 207 40 0.67 0 0.81 0.19 109.58 0.68 0.48
Hex 45 CF 28 43 0 51 13 6E 44 30
Octal 105 317 50 103 0 121 23 156 104 60
Binary 1000101 11001111 101000 1000011 0 1010001 10011 1101110 1000100 110000

Color Harmonies of #45CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CF28

Black with #45CF28

Text Example


Text Example

White with #45CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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