Html Css Color HEX #1CCC30 Lime Green

📋 copy color: '#1CCC30'

red 28 ◦ green 204 ◦ blue 48

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

Shades of Lime Green #1CCC30

Tints of Lime Green #1CCC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 72.86%

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 10%
G = 72.86%
B = 17.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#1CCC30 (or 0x1CCC30) is known color: Lime Green. HEX triplet: 1C, CC and 30. RGB value is (28,204,48). Sum of RGB (Red+Green+Blue) = 28+204+48=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC30 is #E333CF. Grayscale: #868686. Windows color (decimal): -14889936 or 3197980. OLE color: 3197980.

HSL color Cylindrical-coordinate representation of color #1CCC30: hue angle of 126.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCC30 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 204 48 -
CMYK 0.86 0 0.76 0.2
HSL 126.82º 0.76% 0.45% -
HSV(B) 126.82º 0.86% 0.8% -
XYZ 22.61 43.65 10.03 -
YUV 133.59 79.69 52.68 -
System Red Green Blue C M Y K H S L
Decimal 28 204 48 0.86 0 0.76 0.2 126.82 0.76 0.45
Hex 1C CC 30 56 0 4C 14 7F 4C 2D
Octal 34 314 60 126 0 114 24 177 114 55
Binary 11100 11001100 110000 1010110 0 1001100 10100 1111111 1001100 101101

Color Harmonies of #1CCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC30

Black with #1CCC30

Text Example


Text Example

White with #1CCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,48); }

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

background-color css

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

 a { background-color: rgb(28,204,48); }

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

border-color css

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

 span { border-color: rgb(28,204,48); }

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