Html Css Color HEX #28CF32 Lime Green

📋 copy color: '#28CF32'

red 40 ◦ green 207 ◦ blue 50

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

Shades of Lime Green #28CF32

Tints of Lime Green #28CF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 13.47%
G = 69.7%
B = 16.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#28CF32 (or 0x28CF32) is known color: Lime Green. HEX triplet: 28, CF and 32. RGB value is (40,207,50). Sum of RGB (Red+Green+Blue) = 40+207+50=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CF32 is #D730CD. Grayscale: #8B8B8B. Windows color (decimal): -14102734 or 3329832. OLE color: 3329832.

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

Color convert

RGB 40 207 50 -
CMYK 0.81 0 0.76 0.19
HSL 123.59º 0.68% 0.48% -
HSV(B) 123.59º 0.81% 0.81% -
XYZ 23.76 45.31 10.51 -
YUV 139.17 77.67 57.27 -
System Red Green Blue C M Y K H S L
Decimal 40 207 50 0.81 0 0.76 0.19 123.59 0.68 0.48
Hex 28 CF 32 51 0 4C 13 7C 44 30
Octal 50 317 62 121 0 114 23 174 104 60
Binary 101000 11001111 110010 1010001 0 1001100 10011 1111100 1000100 110000

Color Harmonies of #28CF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CF32

Black with #28CF32

Text Example


Text Example

White with #28CF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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