Html Css Color HEX #28CF2A Lime Green

📋 copy color: '#28CF2A'

red 40 ◦ green 207 ◦ blue 42

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

Shades of Lime Green #28CF2A

Tints of Lime Green #28CF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 13.84%
G = 71.63%
B = 14.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#28CF2A (or 0x28CF2A) is known color: Lime Green. HEX triplet: 28, CF and 2A. RGB value is (40,207,42). Sum of RGB (Red+Green+Blue) = 40+207+42=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 207 (81.25% from 255 or 71.63% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CF2A is #D730D5. Grayscale: #8A8A8A. Windows color (decimal): -14102742 or 2805544. OLE color: 2805544.

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

Color convert

RGB 40 207 42 -
CMYK 0.81 0 0.80 0.19
HSL 120.72º 0.68% 0.48% -
HSV(B) 120.72º 0.81% 0.81% -
XYZ 23.61 45.24 9.68 -
YUV 138.26 73.67 57.92 -
System Red Green Blue C M Y K H S L
Decimal 40 207 42 0.81 0 0.80 0.19 120.72 0.68 0.48
Hex 28 CF 2A 51 0 50 13 79 44 30
Octal 50 317 52 121 0 120 23 171 104 60
Binary 101000 11001111 101010 1010001 0 1010000 10011 1111001 1000100 110000

Color Harmonies of #28CF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CF2A

Black with #28CF2A

Text Example


Text Example

White with #28CF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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