Html Css Color HEX #1CCA2E Lime Green

📋 copy color: '#1CCA2E'

red 28 ◦ green 202 ◦ blue 46

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

Shades of Lime Green #1CCA2E

Tints of Lime Green #1CCA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 10.14%
G = 73.19%
B = 16.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#1CCA2E (or 0x1CCA2E) is known color: Lime Green. HEX triplet: 1C, CA and 2E. RGB value is (28,202,46). Sum of RGB (Red+Green+Blue) = 28+202+46=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA2E is #E335D1. Grayscale: #848484. Windows color (decimal): -14890450 or 3066396. OLE color: 3066396.

HSL color Cylindrical-coordinate representation of color #1CCA2E: hue angle of 126.21º 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 #1CCA2E is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 46 -
CMYK 0.86 0 0.77 0.21
HSL 126.21º 0.76% 0.45% -
HSV(B) 126.21º 0.86% 0.79% -
XYZ 22.09 42.69 9.66 -
YUV 132.19 79.35 53.68 -
System Red Green Blue C M Y K H S L
Decimal 28 202 46 0.86 0 0.77 0.21 126.21 0.76 0.45
Hex 1C CA 2E 56 0 4D 15 7E 4C 2D
Octal 34 312 56 126 0 115 25 176 114 55
Binary 11100 11001010 101110 1010110 0 1001101 10101 1111110 1001100 101101

Color Harmonies of #1CCA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA2E

Black with #1CCA2E

Text Example


Text Example

White with #1CCA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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