Html Css Color HEX #3DEA44 Lime Green

📋 copy color: '#3DEA44'

red 61 ◦ green 234 ◦ blue 68

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

Shades of Lime Green #3DEA44

Tints of Lime Green #3DEA44

RGB

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

 GREEN value IS 234 (91.8% from 255) = 64.46%

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

R = 16.8%
G = 64.46%
B = 18.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#3DEA44 (or 0x3DEA44) is known color: Lime Green. HEX triplet: 3D, EA and 44. RGB value is (61,234,68). Sum of RGB (Red+Green+Blue) = 61+234+68=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 234 (91.80% from 255 or 64.46% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEA44 is #C215BB. Grayscale: #A3A3A3. Windows color (decimal): -12719548 or 4516413. OLE color: 4516413.

HSL color Cylindrical-coordinate representation of color #3DEA44: hue angle of 122.43º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEA44 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 61 234 68 -
CMYK 0.74 0 0.71 0.08
HSL 122.43º 0.8% 0.58% -
HSV(B) 122.43º 0.74% 0.92% -
XYZ 32.39 60.26 15.39 -
YUV 163.35 74.19 55 -
System Red Green Blue C M Y K H S L
Decimal 61 234 68 0.74 0 0.71 0.08 122.43 0.8 0.58
Hex 3D EA 44 4A 0 47 8 7A 50 3A
Octal 75 352 104 112 0 107 10 172 120 72
Binary 111101 11101010 1000100 1001010 0 1000111 1000 1111010 1010000 111010

Color Harmonies of #3DEA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEA44

Black with #3DEA44

Text Example


Text Example

White with #3DEA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,234,68); }

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

background-color css

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

 a { background-color: rgb(61,234,68); }

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

border-color css

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

 span { border-color: rgb(61,234,68); }

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