Html Css Color HEX #24BA01 Kelly Green

📋 copy color: '#24BA01'

red 36 ◦ green 186 ◦ blue 1

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

Shades of Kelly Green #24BA01

Tints of Kelly Green #24BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 83.41%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 16.14%
G = 83.41%
B = 0.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#24BA01 (or 0x24BA01) is known color: Kelly Green. HEX triplet: 24, BA and 01. RGB value is (36,186,1). Sum of RGB (Red+Green+Blue) = 36+186+1=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 186 (73.05% from 255 or 83.41% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BA01 is #DB45FE. Grayscale: #787878. Windows color (decimal): -14370303 or 113188. OLE color: 113188.

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

Color convert

RGB 36 186 1 -
CMYK 0.81 0 0.99 0.27
HSL 108.65º 0.99% 0.37% -
HSV(B) 108.65º 0.99% 0.73% -
XYZ 18.29 35.5 5.92 -
YUV 120.06 60.81 68.04 -
System Red Green Blue C M Y K H S L
Decimal 36 186 1 0.81 0 0.99 0.27 108.65 0.99 0.37
Hex 24 BA 1 51 0 63 1B 6D 63 25
Octal 44 272 1 121 0 143 33 155 143 45
Binary 100100 10111010 1 1010001 0 1100011 11011 1101101 1100011 100101

Color Harmonies of #24BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BA01

Black with #24BA01

Text Example


Text Example

White with #24BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,186,1); }

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

background-color css

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

 a { background-color: rgb(36,186,1); }

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

border-color css

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

 span { border-color: rgb(36,186,1); }

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