Html Css Color HEX #1CCC1E Lime Green

📋 copy color: '#1CCC1E'

red 28 ◦ green 204 ◦ blue 30

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

Shades of Lime Green #1CCC1E

Tints of Lime Green #1CCC1E

RGB

 RED value IS 28 (11.33% from 255) = 10.69%

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

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

R = 10.69%
G = 77.86%
B = 11.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#1CCC1E (or 0x1CCC1E) is known color: Lime Green. HEX triplet: 1C, CC and 1E. RGB value is (28,204,30). Sum of RGB (Red+Green+Blue) = 28+204+30=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 204 (80.08% from 255 or 77.86% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC1E is #E333E1. Grayscale: #848484. Windows color (decimal): -14889954 or 2018332. OLE color: 2018332.

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

Color convert

RGB 28 204 30 -
CMYK 0.86 0 0.85 0.2
HSL 120.68º 0.76% 0.45% -
HSV(B) 120.68º 0.86% 0.8% -
XYZ 22.31 43.53 8.45 -
YUV 131.54 70.69 54.15 -
System Red Green Blue C M Y K H S L
Decimal 28 204 30 0.86 0 0.85 0.2 120.68 0.76 0.45
Hex 1C CC 1E 56 0 55 14 79 4C 2D
Octal 34 314 36 126 0 125 24 171 114 55
Binary 11100 11001100 11110 1010110 0 1010101 10100 1111001 1001100 101101

Color Harmonies of #1CCC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC1E

Black with #1CCC1E

Text Example


Text Example

White with #1CCC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCC1E; }

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

 H1.HeaderClassName
 {
   color: #1CCC1E;
 }
 .AnyTagClassName
 {
   color: #1CCC1E;
 }
</style>

background-color css

<style>
 a { background-color: #1CCC1E; }

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

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

border-color css

<style>
 span { border-color: #1CCC1E; }

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

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