Html Css Color HEX #1CCA3A Lime Green

📋 copy color: '#1CCA3A'

red 28 ◦ green 202 ◦ blue 58

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

Shades of Lime Green #1CCA3A

Tints of Lime Green #1CCA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 9.72%
G = 70.14%
B = 20.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#1CCA3A (or 0x1CCA3A) is known color: Lime Green. HEX triplet: 1C, CA and 3A. RGB value is (28,202,58). Sum of RGB (Red+Green+Blue) = 28+202+58=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 202 (79.30% from 255 or 70.14% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA3A is #E335C5. Grayscale: #858585. Windows color (decimal): -14890438 or 3852828. OLE color: 3852828.

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

Color convert

RGB 28 202 58 -
CMYK 0.86 0 0.71 0.21
HSL 130.34º 0.76% 0.45% -
HSV(B) 130.34º 0.86% 0.79% -
XYZ 22.36 42.79 11.08 -
YUV 133.56 85.35 52.71 -
System Red Green Blue C M Y K H S L
Decimal 28 202 58 0.86 0 0.71 0.21 130.34 0.76 0.45
Hex 1C CA 3A 56 0 47 15 82 4C 2D
Octal 34 312 72 126 0 107 25 202 114 55
Binary 11100 11001010 111010 1010110 0 1000111 10101 10000010 1001100 101101

Color Harmonies of #1CCA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA3A

Black with #1CCA3A

Text Example


Text Example

White with #1CCA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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