Html Css Color HEX #3DEF4A Lime Green

📋 copy color: '#3DEF4A'

red 61 ◦ green 239 ◦ blue 74

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

Shades of Lime Green #3DEF4A

Tints of Lime Green #3DEF4A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.9%

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 16.31%
G = 63.9%
B = 19.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#3DEF4A (or 0x3DEF4A) is known color: Lime Green. HEX triplet: 3D, EF and 4A. RGB value is (61,239,74). Sum of RGB (Red+Green+Blue) = 61+239+74=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 239 (93.75% from 255 or 63.90% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEF4A is #C210B5. Grayscale: #A7A7A7. Windows color (decimal): -12718262 or 4910909. OLE color: 4910909.

HSL color Cylindrical-coordinate representation of color #3DEF4A: hue angle of 124.38º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEF4A is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 239 74 -
CMYK 0.74 0 0.69 0.06
HSL 124.38º 0.85% 0.59% -
HSV(B) 124.38º 0.74% 0.94% -
XYZ 34.03 63.22 16.89 -
YUV 166.97 75.53 52.42 -
System Red Green Blue C M Y K H S L
Decimal 61 239 74 0.74 0 0.69 0.06 124.38 0.85 0.59
Hex 3D EF 4A 4A 0 45 6 7C 55 3B
Octal 75 357 112 112 0 105 6 174 125 73
Binary 111101 11101111 1001010 1001010 0 1000101 110 1111100 1010101 111011

Color Harmonies of #3DEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEF4A

Black with #3DEF4A

Text Example


Text Example

White with #3DEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,239,74); }

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

background-color css

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

 a { background-color: rgb(61,239,74); }

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

border-color css

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

 span { border-color: rgb(61,239,74); }

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