Html Css Color HEX #24BD02 Kelly Green

📋 copy color: '#24BD02'

red 36 ◦ green 189 ◦ blue 2

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

Shades of Kelly Green #24BD02

Tints of Kelly Green #24BD02

RGB

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

 GREEN value IS 189 (74.22% from 255) = 83.26%

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

R = 15.86%
G = 83.26%
B = 0.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#24BD02 (or 0x24BD02) is known color: Kelly Green. HEX triplet: 24, BD and 02. RGB value is (36,189,2). Sum of RGB (Red+Green+Blue) = 36+189+2=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 189 (74.22% from 255 or 83.26% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BD02 is #DB42FD. Grayscale: #7A7A7A. Windows color (decimal): -14369534 or 179492. OLE color: 179492.

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

Color convert

RGB 36 189 2 -
CMYK 0.81 0 0.99 0.26
HSL 109.09º 0.98% 0.37% -
HSV(B) 109.09º 0.99% 0.74% -
XYZ 18.94 36.77 6.16 -
YUV 121.94 60.31 66.71 -
System Red Green Blue C M Y K H S L
Decimal 36 189 2 0.81 0 0.99 0.26 109.09 0.98 0.37
Hex 24 BD 2 51 0 63 1A 6D 62 25
Octal 44 275 2 121 0 143 32 155 142 45
Binary 100100 10111101 10 1010001 0 1100011 11010 1101101 1100010 100101

Color Harmonies of #24BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BD02

Black with #24BD02

Text Example


Text Example

White with #24BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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