Html Css Color HEX #1CCD3B Lime Green

📋 copy color: '#1CCD3B'

red 28 ◦ green 205 ◦ blue 59

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

Shades of Lime Green #1CCD3B

Tints of Lime Green #1CCD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 9.59%
G = 70.21%
B = 20.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#1CCD3B (or 0x1CCD3B) is known color: Lime Green. HEX triplet: 1C, CD and 3B. RGB value is (28,205,59). Sum of RGB (Red+Green+Blue) = 28+205+59=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 205 (80.47% from 255 or 70.21% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCD3B is #E332C4. Grayscale: #878787. Windows color (decimal): -14889669 or 3919132. OLE color: 3919132.

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

Color convert

RGB 28 205 59 -
CMYK 0.86 0 0.71 0.20
HSL 130.51º 0.76% 0.46% -
HSV(B) 130.51º 0.86% 0.8% -
XYZ 23.1 44.23 11.46 -
YUV 135.43 84.86 51.37 -
System Red Green Blue C M Y K H S L
Decimal 28 205 59 0.86 0 0.71 0.20 130.51 0.76 0.46
Hex 1C CD 3B 56 0 47 14 83 4C 2E
Octal 34 315 73 126 0 107 24 203 114 56
Binary 11100 11001101 111011 1010110 0 1000111 10100 10000011 1001100 101110

Color Harmonies of #1CCD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCD3B

Black with #1CCD3B

Text Example


Text Example

White with #1CCD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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