Html Css Color HEX #1CC92A Lime Green

📋 copy color: '#1CC92A'

red 28 ◦ green 201 ◦ blue 42

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

Shades of Lime Green #1CC92A

Tints of Lime Green #1CC92A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 74.17%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 10.33%
G = 74.17%
B = 15.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#1CC92A (or 0x1CC92A) is known color: Lime Green. HEX triplet: 1C, C9 and 2A. RGB value is (28,201,42). Sum of RGB (Red+Green+Blue) = 28+201+42=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 201 (78.91% from 255 or 74.17% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC92A is #E336D5. Grayscale: #838383. Windows color (decimal): -14890710 or 2803996. OLE color: 2803996.

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

Color convert

RGB 28 201 42 -
CMYK 0.86 0 0.79 0.21
HSL 124.86º 0.76% 0.45% -
HSV(B) 124.86º 0.86% 0.79% -
XYZ 21.78 42.19 9.19 -
YUV 131.15 77.69 54.43 -
System Red Green Blue C M Y K H S L
Decimal 28 201 42 0.86 0 0.79 0.21 124.86 0.76 0.45
Hex 1C C9 2A 56 0 4F 15 7D 4C 2D
Octal 34 311 52 126 0 117 25 175 114 55
Binary 11100 11001001 101010 1010110 0 1001111 10101 1111101 1001100 101101

Color Harmonies of #1CC92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC92A

Black with #1CC92A

Text Example


Text Example

White with #1CC92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,201,42); }

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

background-color css

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

 a { background-color: rgb(28,201,42); }

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

border-color css

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

 span { border-color: rgb(28,201,42); }

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