Html Css Color HEX #35C31E Lime Green

📋 copy color: '#35C31E'

red 53 ◦ green 195 ◦ blue 30

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

Shades of Lime Green #35C31E

Tints of Lime Green #35C31E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.14%

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

R = 19.06%
G = 70.14%
B = 10.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#35C31E (or 0x35C31E) is known color: Lime Green. HEX triplet: 35, C3 and 1E. RGB value is (53,195,30). Sum of RGB (Red+Green+Blue) = 53+195+30=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #35C31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C31E is #CA3CE1. Grayscale: #868686. Windows color (decimal): -13253858 or 2016053. OLE color: 2016053.

HSL color Cylindrical-coordinate representation of color #35C31E: hue angle of 111.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35C31E is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 195 30 -
CMYK 0.73 0 0.85 0.24
HSL 111.64º 0.73% 0.44% -
HSV(B) 111.64º 0.85% 0.76% -
XYZ 21.22 39.88 7.81 -
YUV 133.73 69.46 70.42 -
System Red Green Blue C M Y K H S L
Decimal 53 195 30 0.73 0 0.85 0.24 111.64 0.73 0.44
Hex 35 C3 1E 49 0 55 18 70 49 2C
Octal 65 303 36 111 0 125 30 160 111 54
Binary 110101 11000011 11110 1001001 0 1010101 11000 1110000 1001001 101100

Color Harmonies of #35C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C31E

Black with #35C31E

Text Example


Text Example

White with #35C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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