Html Css Color HEX #35C01E Lime Green

📋 copy color: '#35C01E'

red 53 ◦ green 192 ◦ blue 30

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

Shades of Lime Green #35C01E

Tints of Lime Green #35C01E

RGB

 RED value IS 53 (21.09% from 255) = 19.27%

 GREEN value IS 192 (75.39% from 255) = 69.82%

 BLUE value IS 30 (12.11% from 255) = 10.91%

R = 19.27%
G = 69.82%
B = 10.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#35C01E (or 0x35C01E) is known color: Lime Green. HEX triplet: 35, C0 and 1E. RGB value is (53,192,30). Sum of RGB (Red+Green+Blue) = 53+192+30=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #35C01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C01E is #CA3FE1. Grayscale: #848484. Windows color (decimal): -13254626 or 2015285. OLE color: 2015285.

HSL color Cylindrical-coordinate representation of color #35C01E: hue angle of 111.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35C01E is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 30 -
CMYK 0.72 0 0.84 0.25
HSL 111.48º 0.73% 0.44% -
HSV(B) 111.48º 0.84% 0.75% -
XYZ 20.55 38.55 7.59 -
YUV 131.97 70.45 71.67 -
System Red Green Blue C M Y K H S L
Decimal 53 192 30 0.72 0 0.84 0.25 111.48 0.73 0.44
Hex 35 C0 1E 48 0 54 19 6F 49 2C
Octal 65 300 36 110 0 124 31 157 111 54
Binary 110101 11000000 11110 1001000 0 1010100 11001 1101111 1001001 101100

Color Harmonies of #35C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C01E

Black with #35C01E

Text Example


Text Example

White with #35C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35C01E; }

 p { color: rgb(53,192,30); }

 H1.HeaderClassName
 {
   color: #35C01E;
 }
 .AnyTagClassName
 {
   color: #35C01E;
 }
</style>

background-color css

<style>
 a { background-color: #35C01E; }

 a { background-color: rgb(53,192,30); }

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

border-color css

<style>
 span { border-color: #35C01E; }

 span { border-color: rgb(53,192,30); }

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