Html Css Color HEX #1CCA34 Lime Green

📋 copy color: '#1CCA34'

red 28 ◦ green 202 ◦ blue 52

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

Shades of Lime Green #1CCA34

Tints of Lime Green #1CCA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 9.93%
G = 71.63%
B = 18.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#1CCA34 (or 0x1CCA34) is known color: Lime Green. HEX triplet: 1C, CA and 34. RGB value is (28,202,52). Sum of RGB (Red+Green+Blue) = 28+202+52=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA34 is #E335CB. Grayscale: #858585. Windows color (decimal): -14890444 or 3459612. OLE color: 3459612.

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

Color convert

RGB 28 202 52 -
CMYK 0.86 0 0.74 0.21
HSL 128.28º 0.76% 0.45% -
HSV(B) 128.28º 0.86% 0.79% -
XYZ 22.22 42.74 10.33 -
YUV 132.87 82.35 53.2 -
System Red Green Blue C M Y K H S L
Decimal 28 202 52 0.86 0 0.74 0.21 128.28 0.76 0.45
Hex 1C CA 34 56 0 4A 15 80 4C 2D
Octal 34 312 64 126 0 112 25 200 114 55
Binary 11100 11001010 110100 1010110 0 1001010 10101 10000000 1001100 101101

Color Harmonies of #1CCA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA34

Black with #1CCA34

Text Example


Text Example

White with #1CCA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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