Html Css Color HEX #35C337 Lime Green

📋 copy color: '#35C337'

red 53 ◦ green 195 ◦ blue 55

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

Shades of Lime Green #35C337

Tints of Lime Green #35C337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 17.49%
G = 64.36%
B = 18.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#35C337 (or 0x35C337) is known color: Lime Green. HEX triplet: 35, C3 and 37. RGB value is (53,195,55). Sum of RGB (Red+Green+Blue) = 53+195+55=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #35C337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C337 is #CA3CC8. Grayscale: #898989. Windows color (decimal): -13253833 or 3654453. OLE color: 3654453.

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

Color convert

RGB 53 195 55 -
CMYK 0.73 0 0.72 0.24
HSL 120.85º 0.57% 0.49% -
HSV(B) 120.85º 0.73% 0.76% -
XYZ 21.67 40.06 10.21 -
YUV 136.58 81.96 68.38 -
System Red Green Blue C M Y K H S L
Decimal 53 195 55 0.73 0 0.72 0.24 120.85 0.57 0.49
Hex 35 C3 37 49 0 48 18 79 39 31
Octal 65 303 67 111 0 110 30 171 71 61
Binary 110101 11000011 110111 1001001 0 1001000 11000 1111001 111001 110001

Color Harmonies of #35C337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C337

Black with #35C337

Text Example


Text Example

White with #35C337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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