Html Css Color HEX #24BF02 Kelly Green

📋 copy color: '#24BF02'

red 36 ◦ green 191 ◦ blue 2

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

Shades of Kelly Green #24BF02

Tints of Kelly Green #24BF02

RGB

 RED value IS 36 (14.45% from 255) = 15.72%

 GREEN value IS 191 (75% from 255) = 83.41%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 15.72%
G = 83.41%
B = 0.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#24BF02 (or 0x24BF02) is known color: Kelly Green. HEX triplet: 24, BF and 02. RGB value is (36,191,2). Sum of RGB (Red+Green+Blue) = 36+191+2=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 191 (75% from 255 or 83.41% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BF02 is #DB40FD. Grayscale: #7B7B7B. Windows color (decimal): -14369022 or 180004. OLE color: 180004.

HSL color Cylindrical-coordinate representation of color #24BF02: hue angle of 109.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24BF02 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 191 2 -
CMYK 0.81 0 0.99 0.25
HSL 109.21º 0.98% 0.38% -
HSV(B) 109.21º 0.99% 0.75% -
XYZ 19.37 37.64 6.3 -
YUV 123.11 59.65 65.87 -
System Red Green Blue C M Y K H S L
Decimal 36 191 2 0.81 0 0.99 0.25 109.21 0.98 0.38
Hex 24 BF 2 51 0 63 19 6D 62 26
Octal 44 277 2 121 0 143 31 155 142 46
Binary 100100 10111111 10 1010001 0 1100011 11001 1101101 1100010 100110

Color Harmonies of #24BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BF02

Black with #24BF02

Text Example


Text Example

White with #24BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24BF02; }

 p { color: rgb(36,191,2); }

 H1.HeaderClassName
 {
   color: #24BF02;
 }
 .AnyTagClassName
 {
   color: #24BF02;
 }
</style>

background-color css

<style>
 a { background-color: #24BF02; }

 a { background-color: rgb(36,191,2); }

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

border-color css

<style>
 span { border-color: #24BF02; }

 span { border-color: rgb(36,191,2); }

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