Html Css Color HEX #18CC1E Lime Green

📋 copy color: '#18CC1E'

red 24 ◦ green 204 ◦ blue 30

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

Shades of Lime Green #18CC1E

Tints of Lime Green #18CC1E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 79.07%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 9.3%
G = 79.07%
B = 11.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#18CC1E (or 0x18CC1E) is known color: Lime Green. HEX triplet: 18, CC and 1E. RGB value is (24,204,30). Sum of RGB (Red+Green+Blue) = 24+204+30=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 204 (80.08% from 255 or 79.07% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC1E is #E733E1. Grayscale: #828282. Windows color (decimal): -15152098 or 2018328. OLE color: 2018328.

HSL color Cylindrical-coordinate representation of color #18CC1E: hue angle of 122º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC1E is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 30 -
CMYK 0.88 0 0.85 0.2
HSL 122º 0.79% 0.45% -
HSV(B) 122º 0.88% 0.8% -
XYZ 22.2 43.47 8.45 -
YUV 130.34 71.37 52.15 -
System Red Green Blue C M Y K H S L
Decimal 24 204 30 0.88 0 0.85 0.2 122 0.79 0.45
Hex 18 CC 1E 58 0 55 14 7A 4F 2D
Octal 30 314 36 130 0 125 24 172 117 55
Binary 11000 11001100 11110 1011000 0 1010101 10100 1111010 1001111 101101

Color Harmonies of #18CC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC1E

Black with #18CC1E

Text Example


Text Example

White with #18CC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,30); }

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

background-color css

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

 a { background-color: rgb(24,204,30); }

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

border-color css

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

 span { border-color: rgb(24,204,30); }

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