Html Css Color HEX #1CD735 Lime Green

📋 copy color: '#1CD735'

red 28 ◦ green 215 ◦ blue 53

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

Shades of Lime Green #1CD735

Tints of Lime Green #1CD735

RGB

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

 GREEN value IS 215 (84.38% from 255) = 72.64%

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 9.46%
G = 72.64%
B = 17.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#1CD735 (or 0x1CD735) is known color: Lime Green. HEX triplet: 1C, D7 and 35. RGB value is (28,215,53). Sum of RGB (Red+Green+Blue) = 28+215+53=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 215 (84.38% from 255 or 72.64% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 215 - color contains mainly: green. Hex color #1CD735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD735 is #E328CA. Grayscale: #8D8D8D. Windows color (decimal): -14887115 or 3528476. OLE color: 3528476.

HSL color Cylindrical-coordinate representation of color #1CD735: hue angle of 128.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD735 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 215 53 -
CMYK 0.87 0 0.75 0.16
HSL 128.02º 0.77% 0.48% -
HSV(B) 128.02º 0.87% 0.84% -
XYZ 25.42 49.1 11.51 -
YUV 140.62 78.55 47.67 -
System Red Green Blue C M Y K H S L
Decimal 28 215 53 0.87 0 0.75 0.16 128.02 0.77 0.48
Hex 1C D7 35 57 0 4B 10 80 4D 30
Octal 34 327 65 127 0 113 20 200 115 60
Binary 11100 11010111 110101 1010111 0 1001011 10000 10000000 1001101 110000

Color Harmonies of #1CD735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD735

Black with #1CD735

Text Example


Text Example

White with #1CD735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,215,53); }

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

background-color css

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

 a { background-color: rgb(28,215,53); }

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

border-color css

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

 span { border-color: rgb(28,215,53); }

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