Html Css Color HEX #24BA52 Dark Pastel Green

📋 copy color: '#24BA52'

red 36 ◦ green 186 ◦ blue 82

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

Shades of Dark Pastel Green #24BA52

Tints of Dark Pastel Green #24BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 11.84%
G = 61.18%
B = 26.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#24BA52 (or 0x24BA52) is known color: Dark Pastel Green. HEX triplet: 24, BA and 52. RGB value is (36,186,82). Sum of RGB (Red+Green+Blue) = 36+186+82=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24BA52 is #DB45AD. Grayscale: #818181. Windows color (decimal): -14370222 or 5421604. OLE color: 5421604.

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

Color convert

RGB 36 186 82 -
CMYK 0.81 0 0.56 0.27
HSL 138.4º 0.68% 0.44% -
HSV(B) 138.4º 0.81% 0.73% -
XYZ 19.81 36.1 13.91 -
YUV 129.29 101.31 61.46 -
System Red Green Blue C M Y K H S L
Decimal 36 186 82 0.81 0 0.56 0.27 138.4 0.68 0.44
Hex 24 BA 52 51 0 38 1B 8A 44 2C
Octal 44 272 122 121 0 70 33 212 104 54
Binary 100100 10111010 1010010 1010001 0 111000 11011 10001010 1000100 101100

Color Harmonies of #24BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BA52

Black with #24BA52

Text Example


Text Example

White with #24BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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