#35F34B

Color #35F34B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #35F34B

Tints of Lime Green #35F34B

Color information

#35F34B (or 0x35F34B) is unknown color: approx Lime Green. HEX triplet: 35, F3 and 4B. RGB value is (53,243,75). Sum of RGB (Red+Green+Blue) = 53+243+75=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #35F34B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F34B is #CA0CB4. Grayscale: #A7A7A7. Windows color (decimal): -13241525 or 4977461. OLE color: 4977461.

HSL color Cylindrical-coordinate representation of color #35F34B: hue angle of 126.95º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F34B is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB5324375-
CMYK0.7800.690.05
HSL126.95º88.79%58.04%-
HSV(B)126.95º78.19%95.29%-
XYZ34.7965.3717.44-
YUV167.0476.0546.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.29%
GREEN value IS 243 (95.31% from 255) = 65.50%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=14.29%
G=65.50%
B=20.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53243750.7800.690.05126.9588.7958.04
Hex35F34B4E04557f593a
Octal653631131160105517713172
Binary11010111110011100101110011100100010110111111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,243,75); }

 H1.HeaderClassName
 {
   color: #35F34B;
 }
 .AnyTagClassName
 {
   color: #35F34B;
 }
</style>
background-color css

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

 a { background-color: rgb(53,243,75); }

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

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

 span { border-color: rgb(53,243,75); }

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