Html Css Color HEX #35D34C Lime Green

📋 copy color: '#35D34C'

red 53 ◦ green 211 ◦ blue 76

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

Shades of Lime Green #35D34C

Tints of Lime Green #35D34C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.06%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 15.59%
G = 62.06%
B = 22.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#35D34C (or 0x35D34C) is known color: Lime Green. HEX triplet: 35, D3 and 4C. RGB value is (53,211,76). Sum of RGB (Red+Green+Blue) = 53+211+76=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #35D34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D34C is #CA2CB3. Grayscale: #949494. Windows color (decimal): -13249716 or 5034805. OLE color: 5034805.

HSL color Cylindrical-coordinate representation of color #35D34C: hue angle of 128.73º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D34C is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 211 76 -
CMYK 0.75 0 0.64 0.17
HSL 128.73º 0.64% 0.52% -
HSV(B) 128.73º 0.75% 0.83% -
XYZ 26.07 47.87 14.7 -
YUV 148.37 87.15 59.98 -
System Red Green Blue C M Y K H S L
Decimal 53 211 76 0.75 0 0.64 0.17 128.73 0.64 0.52
Hex 35 D3 4C 4B 0 40 11 81 40 34
Octal 65 323 114 113 0 100 21 201 100 64
Binary 110101 11010011 1001100 1001011 0 1000000 10001 10000001 1000000 110100

Color Harmonies of #35D34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D34C

Black with #35D34C

Text Example


Text Example

White with #35D34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,211,76); }

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

background-color css

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

 a { background-color: rgb(53,211,76); }

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

border-color css

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

 span { border-color: rgb(53,211,76); }

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