Html Css Color HEX #1CC32F Lime Green

📋 copy color: '#1CC32F'

red 28 ◦ green 195 ◦ blue 47

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

Shades of Lime Green #1CC32F

Tints of Lime Green #1CC32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 10.37%
G = 72.22%
B = 17.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#1CC32F (or 0x1CC32F) is known color: Lime Green. HEX triplet: 1C, C3 and 2F. RGB value is (28,195,47). Sum of RGB (Red+Green+Blue) = 28+195+47=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC32F is #E33CD0. Grayscale: #808080. Windows color (decimal): -14892241 or 3130140. OLE color: 3130140.

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

Color convert

RGB 28 195 47 -
CMYK 0.86 0 0.76 0.24
HSL 126.83º 0.75% 0.44% -
HSV(B) 126.83º 0.86% 0.76% -
XYZ 20.51 39.48 9.23 -
YUV 128.2 82.17 56.53 -
System Red Green Blue C M Y K H S L
Decimal 28 195 47 0.86 0 0.76 0.24 126.83 0.75 0.44
Hex 1C C3 2F 56 0 4C 18 7F 4B 2C
Octal 34 303 57 126 0 114 30 177 113 54
Binary 11100 11000011 101111 1010110 0 1001100 11000 1111111 1001011 101100

Color Harmonies of #1CC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC32F

Black with #1CC32F

Text Example


Text Example

White with #1CC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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