#3DEE35

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

Shades of Lime Green #3DEE35

Tints of Lime Green #3DEE35

Color information

#3DEE35 (or 0x3DEE35) is unknown color: approx Lime Green. HEX triplet: 3D, EE and 35. RGB value is (61,238,53). Sum of RGB (Red+Green+Blue) = 61+238+53=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 238 (93.36% from 255 or 67.61% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEE35 is #C211CA. Grayscale: #A4A4A4. Windows color (decimal): -12718539 or 3534397. OLE color: 3534397.

HSL color Cylindrical-coordinate representation of color #3DEE35: hue angle of 117.41º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DEE35 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB6123853-
CMYK0.7400.780.07
HSL117.41º84.47%57.06%-
HSV(B)117.41º77.73%93.33%-
XYZ33.1462.413.67-
YUV163.9965.3654.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.33%
GREEN value IS 238 (93.36% from 255) = 67.61%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=17.33%
G=67.61%
B=15.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61238530.7400.780.07117.4184.4757.06
Hex3DEE354A04E7755439
Octal75356651120116716512471
Binary1111011110111011010110010100100111011111101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DEE35; }

 p { color: rgb(61,238,53); }

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

<style>
 a { background-color: #3DEE35; }

 a { background-color: rgb(61,238,53); }

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

<style>
 span { border-color: #3DEE35; }

 span { border-color: rgb(61,238,53); }

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