Html Css Color HEX #28CA0F Lime Green

📋 copy color: '#28CA0F'

red 40 ◦ green 202 ◦ blue 15

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

Shades of Lime Green #28CA0F

Tints of Lime Green #28CA0F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 78.6%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 15.56%
G = 78.6%
B = 5.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#28CA0F (or 0x28CA0F) is known color: Lime Green. HEX triplet: 28, CA and 0F. RGB value is (40,202,15). Sum of RGB (Red+Green+Blue) = 40+202+15=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 202 (79.30% from 255 or 78.60% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CA0F is #D735F0. Grayscale: #848484. Windows color (decimal): -14104049 or 1034792. OLE color: 1034792.

HSL color Cylindrical-coordinate representation of color #28CA0F: hue angle of 111.98º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28CA0F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 202 15 -
CMYK 0.80 0 0.93 0.21
HSL 111.98º 0.86% 0.43% -
HSV(B) 111.98º 0.93% 0.79% -
XYZ 22.08 42.73 7.54 -
YUV 132.24 61.83 62.21 -
System Red Green Blue C M Y K H S L
Decimal 40 202 15 0.80 0 0.93 0.21 111.98 0.86 0.43
Hex 28 CA F 50 0 5D 15 70 56 2B
Octal 50 312 17 120 0 135 25 160 126 53
Binary 101000 11001010 1111 1010000 0 1011101 10101 1110000 1010110 101011

Color Harmonies of #28CA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CA0F

Black with #28CA0F

Text Example


Text Example

White with #28CA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,202,15); }

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

background-color css

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

 a { background-color: rgb(40,202,15); }

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

border-color css

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

 span { border-color: rgb(40,202,15); }

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