Html Css Color HEX #18D925 Lime Green

📋 copy color: '#18D925'

red 24 ◦ green 217 ◦ blue 37

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

Shades of Lime Green #18D925

Tints of Lime Green #18D925

RGB

 RED value IS 24 (9.77% from 255) = 8.63%

 GREEN value IS 217 (85.16% from 255) = 78.06%

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 8.63%
G = 78.06%
B = 13.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#18D925 (or 0x18D925) is known color: Lime Green. HEX triplet: 18, D9 and 25. RGB value is (24,217,37). Sum of RGB (Red+Green+Blue) = 24+217+37=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 217 (85.16% from 255 or 78.06% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 217 - color contains mainly: green. Hex color #18D925 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D925 is #E726DA. Grayscale: #8B8B8B. Windows color (decimal): -15148763 or 2480408. OLE color: 2480408.

HSL color Cylindrical-coordinate representation of color #18D925: hue angle of 124.04º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D925 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 217 37 -
CMYK 0.89 0 0.83 0.15
HSL 124.04º 0.8% 0.47% -
HSV(B) 124.04º 0.89% 0.85% -
XYZ 25.52 49.95 10.05 -
YUV 138.77 70.56 46.14 -
System Red Green Blue C M Y K H S L
Decimal 24 217 37 0.89 0 0.83 0.15 124.04 0.8 0.47
Hex 18 D9 25 59 0 53 F 7C 50 2F
Octal 30 331 45 131 0 123 17 174 120 57
Binary 11000 11011001 100101 1011001 0 1010011 1111 1111100 1010000 101111

Color Harmonies of #18D925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D925

Black with #18D925

Text Example


Text Example

White with #18D925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18D925; }

 p { color: rgb(24,217,37); }

 H1.HeaderClassName
 {
   color: #18D925;
 }
 .AnyTagClassName
 {
   color: #18D925;
 }
</style>

background-color css

<style>
 a { background-color: #18D925; }

 a { background-color: rgb(24,217,37); }

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

border-color css

<style>
 span { border-color: #18D925; }

 span { border-color: rgb(24,217,37); }

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