Html Css Color HEX #18C225 Lime Green

📋 copy color: '#18C225'

red 24 ◦ green 194 ◦ blue 37

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

Shades of Lime Green #18C225

Tints of Lime Green #18C225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 76.08%

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

R = 9.41%
G = 76.08%
B = 14.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#18C225 (or 0x18C225) is known color: Lime Green. HEX triplet: 18, C2 and 25. RGB value is (24,194,37). Sum of RGB (Red+Green+Blue) = 24+194+37=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #18C225 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C225 is #E73DDA. Grayscale: #7D7D7D. Windows color (decimal): -15154651 or 2474520. OLE color: 2474520.

HSL color Cylindrical-coordinate representation of color #18C225: hue angle of 124.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C225 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 194 37 -
CMYK 0.88 0 0.81 0.24
HSL 124.59º 0.78% 0.43% -
HSV(B) 124.59º 0.88% 0.76% -
XYZ 20 38.91 8.21 -
YUV 125.27 78.18 55.77 -
System Red Green Blue C M Y K H S L
Decimal 24 194 37 0.88 0 0.81 0.24 124.59 0.78 0.43
Hex 18 C2 25 58 0 51 18 7D 4E 2B
Octal 30 302 45 130 0 121 30 175 116 53
Binary 11000 11000010 100101 1011000 0 1010001 11000 1111101 1001110 101011

Color Harmonies of #18C225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C225

Black with #18C225

Text Example


Text Example

White with #18C225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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