Html Css Color HEX #1CC335 Lime Green

📋 copy color: '#1CC335'

red 28 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #1CC335

Tints of Lime Green #1CC335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.65%

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 10.14%
G = 70.65%
B = 19.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#1CC335 (or 0x1CC335) is known color: Lime Green. HEX triplet: 1C, C3 and 35. RGB value is (28,195,53). Sum of RGB (Red+Green+Blue) = 28+195+53=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC335 is #E33CCA. Grayscale: #818181. Windows color (decimal): -14892235 or 3523356. OLE color: 3523356.

HSL color Cylindrical-coordinate representation of color #1CC335: hue angle of 128.98º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC335 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 195 53 -
CMYK 0.86 0 0.73 0.24
HSL 128.98º 0.75% 0.44% -
HSV(B) 128.98º 0.86% 0.76% -
XYZ 20.64 39.53 9.91 -
YUV 128.88 85.17 56.05 -
System Red Green Blue C M Y K H S L
Decimal 28 195 53 0.86 0 0.73 0.24 128.98 0.75 0.44
Hex 1C C3 35 56 0 49 18 81 4B 2C
Octal 34 303 65 126 0 111 30 201 113 54
Binary 11100 11000011 110101 1010110 0 1001001 11000 10000001 1001011 101100

Color Harmonies of #1CC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC335

Black with #1CC335

Text Example


Text Example

White with #1CC335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,195,53); }

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

background-color css

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

 a { background-color: rgb(28,195,53); }

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

border-color css

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

 span { border-color: rgb(28,195,53); }

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