Html Css Color HEX #1CCA1E Lime Green

📋 copy color: '#1CCA1E'

red 28 ◦ green 202 ◦ blue 30

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

Shades of Lime Green #1CCA1E

Tints of Lime Green #1CCA1E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 77.69%

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

R = 10.77%
G = 77.69%
B = 11.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#1CCA1E (or 0x1CCA1E) is known color: Lime Green. HEX triplet: 1C, CA and 1E. RGB value is (28,202,30). Sum of RGB (Red+Green+Blue) = 28+202+30=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 202 (79.30% from 255 or 77.69% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA1E is #E335E1. Grayscale: #828282. Windows color (decimal): -14890466 or 2017820. OLE color: 2017820.

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

Color convert

RGB 28 202 30 -
CMYK 0.86 0 0.85 0.21
HSL 120.69º 0.76% 0.45% -
HSV(B) 120.69º 0.86% 0.79% -
XYZ 21.83 42.58 8.3 -
YUV 130.37 71.35 54.99 -
System Red Green Blue C M Y K H S L
Decimal 28 202 30 0.86 0 0.85 0.21 120.69 0.76 0.45
Hex 1C CA 1E 56 0 55 15 79 4C 2D
Octal 34 312 36 126 0 125 25 171 114 55
Binary 11100 11001010 11110 1010110 0 1010101 10101 1111001 1001100 101101

Color Harmonies of #1CCA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA1E

Black with #1CCA1E

Text Example


Text Example

White with #1CCA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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