Html Css Color HEX #35D344 Lime Green

📋 copy color: '#35D344'

red 53 ◦ green 211 ◦ blue 68

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

Shades of Lime Green #35D344

Tints of Lime Green #35D344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 15.96%
G = 63.55%
B = 20.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#35D344 (or 0x35D344) is known color: Lime Green. HEX triplet: 35, D3 and 44. RGB value is (53,211,68). Sum of RGB (Red+Green+Blue) = 53+211+68=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 211 (82.81% from 255 or 63.55% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 211 - color contains mainly: green. Hex color #35D344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D344 is #CA2CBB. Grayscale: #939393. Windows color (decimal): -13249724 or 4510517. OLE color: 4510517.

HSL color Cylindrical-coordinate representation of color #35D344: hue angle of 125.7º 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 #35D344 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 211 68 -
CMYK 0.75 0 0.68 0.17
HSL 125.7º 0.64% 0.52% -
HSV(B) 125.7º 0.75% 0.83% -
XYZ 25.81 47.76 13.33 -
YUV 147.46 83.15 60.63 -
System Red Green Blue C M Y K H S L
Decimal 53 211 68 0.75 0 0.68 0.17 125.7 0.64 0.52
Hex 35 D3 44 4B 0 44 11 7E 40 34
Octal 65 323 104 113 0 104 21 176 100 64
Binary 110101 11010011 1000100 1001011 0 1000100 10001 1111110 1000000 110100

Color Harmonies of #35D344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D344

Black with #35D344

Text Example


Text Example

White with #35D344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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