Html Css Color HEX #24BD2D Lime Green

📋 copy color: '#24BD2D'

red 36 ◦ green 189 ◦ blue 45

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

Shades of Lime Green #24BD2D

Tints of Lime Green #24BD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 13.33%
G = 70%
B = 16.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#24BD2D (or 0x24BD2D) is known color: Lime Green. HEX triplet: 24, BD and 2D. RGB value is (36,189,45). Sum of RGB (Red+Green+Blue) = 36+189+45=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BD2D is #DB42D2. Grayscale: #7F7F7F. Windows color (decimal): -14369491 or 2997540. OLE color: 2997540.

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

Color convert

RGB 36 189 45 -
CMYK 0.81 0 0.76 0.26
HSL 123.53º 0.68% 0.44% -
HSV(B) 123.53º 0.81% 0.74% -
XYZ 19.4 36.96 8.59 -
YUV 126.84 81.81 63.21 -
System Red Green Blue C M Y K H S L
Decimal 36 189 45 0.81 0 0.76 0.26 123.53 0.68 0.44
Hex 24 BD 2D 51 0 4C 1A 7C 44 2C
Octal 44 275 55 121 0 114 32 174 104 54
Binary 100100 10111101 101101 1010001 0 1001100 11010 1111100 1000100 101100

Color Harmonies of #24BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BD2D

Black with #24BD2D

Text Example


Text Example

White with #24BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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