Html Css Color HEX #1CCD30 Lime Green

📋 copy color: '#1CCD30'

red 28 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #1CCD30

Tints of Lime Green #1CCD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 72.95%

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

R = 9.96%
G = 72.95%
B = 17.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#1CCD30 (or 0x1CCD30) is known color: Lime Green. HEX triplet: 1C, CD and 30. RGB value is (28,205,48). Sum of RGB (Red+Green+Blue) = 28+205+48=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 205 (80.47% from 255 or 72.95% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCD30 is #E332CF. Grayscale: #868686. Windows color (decimal): -14889680 or 3198236. OLE color: 3198236.

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

Color convert

RGB 28 205 48 -
CMYK 0.86 0 0.77 0.20
HSL 126.78º 0.76% 0.46% -
HSV(B) 126.78º 0.86% 0.8% -
XYZ 22.84 44.12 10.11 -
YUV 134.18 79.36 52.27 -
System Red Green Blue C M Y K H S L
Decimal 28 205 48 0.86 0 0.77 0.20 126.78 0.76 0.46
Hex 1C CD 30 56 0 4D 14 7F 4C 2E
Octal 34 315 60 126 0 115 24 177 114 56
Binary 11100 11001101 110000 1010110 0 1001101 10100 1111111 1001100 101110

Color Harmonies of #1CCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCD30

Black with #1CCD30

Text Example


Text Example

White with #1CCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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