Html Css Color HEX #28CF45 Lime Green

📋 copy color: '#28CF45'

red 40 ◦ green 207 ◦ blue 69

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

Shades of Lime Green #28CF45

Tints of Lime Green #28CF45

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #28CF45: hue angle of 130.42º 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 #28CF45 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 69 -
CMYK 0.81 0 0.67 0.19
HSL 130.42º 0.68% 0.48% -
HSV(B) 130.42º 0.81% 0.81% -
XYZ 24.26 45.51 13.14 -
YUV 141.34 87.17 55.72 -
System Red Green Blue C M Y K H S L
Decimal 40 207 69 0.81 0 0.67 0.19 130.42 0.68 0.48
Hex 28 CF 45 51 0 43 13 82 44 30
Octal 50 317 105 121 0 103 23 202 104 60
Binary 101000 11001111 1000101 1010001 0 1000011 10011 10000010 1000100 110000

Color Harmonies of #28CF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CF45

Black with #28CF45

Text Example


Text Example

White with #28CF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28CF45; }

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

 H1.HeaderClassName
 {
   color: #28CF45;
 }
 .AnyTagClassName
 {
   color: #28CF45;
 }
</style>

background-color css

<style>
 a { background-color: #28CF45; }

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

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

border-color css

<style>
 span { border-color: #28CF45; }

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

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