Html Css Color HEX #3DEE3E Lime Green

📋 copy color: '#3DEE3E'

red 61 ◦ green 238 ◦ blue 62

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

Shades of Lime Green #3DEE3E

Tints of Lime Green #3DEE3E

RGB

 RED value IS 61 (24.22% from 255) = 16.9%

 GREEN value IS 238 (93.36% from 255) = 65.93%

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 16.9%
G = 65.93%
B = 17.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#3DEE3E (or 0x3DEE3E) is known color: Lime Green. HEX triplet: 3D, EE and 3E. RGB value is (61,238,62). Sum of RGB (Red+Green+Blue) = 61+238+62=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 238 (93.36% from 255 or 65.93% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEE3E is #C211C1. Grayscale: #A5A5A5. Windows color (decimal): -12718530 or 4124221. OLE color: 4124221.

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

Color convert

RGB 61 238 62 -
CMYK 0.74 0 0.74 0.07
HSL 120.34º 0.84% 0.59% -
HSV(B) 120.34º 0.74% 0.93% -
XYZ 33.37 62.49 14.86 -
YUV 165.01 69.86 53.81 -
System Red Green Blue C M Y K H S L
Decimal 61 238 62 0.74 0 0.74 0.07 120.34 0.84 0.59
Hex 3D EE 3E 4A 0 4A 7 78 54 3B
Octal 75 356 76 112 0 112 7 170 124 73
Binary 111101 11101110 111110 1001010 0 1001010 111 1111000 1010100 111011

Color Harmonies of #3DEE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEE3E

Black with #3DEE3E

Text Example


Text Example

White with #3DEE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DEE3E;
 }
 .AnyTagClassName
 {
   color: #3DEE3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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