Html Css Color HEX #3DE421 Lime Green

📋 copy color: '#3DE421'

red 61 ◦ green 228 ◦ blue 33

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

Shades of Lime Green #3DE421

Tints of Lime Green #3DE421

RGB

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

 GREEN value IS 228 (89.45% from 255) = 70.81%

 BLUE value IS 33 (13.28% from 255) = 10.25%

R = 18.94%
G = 70.81%
B = 10.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#3DE421 (or 0x3DE421) is known color: Lime Green. HEX triplet: 3D, E4 and 21. RGB value is (61,228,33). Sum of RGB (Red+Green+Blue) = 61+228+33=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 228 (89.45% from 255 or 70.81% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 228 - color contains mainly: green. Hex color #3DE421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE421 is #C21BDE. Grayscale: #9C9C9C. Windows color (decimal): -12721119 or 2221117. OLE color: 2221117.

HSL color Cylindrical-coordinate representation of color #3DE421: hue angle of 111.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DE421 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 61 228 33 -
CMYK 0.73 0 0.86 0.11
HSL 111.38º 0.78% 0.51% -
HSV(B) 111.38º 0.86% 0.89% -
XYZ 29.94 56.59 10.78 -
YUV 155.84 58.67 60.36 -
System Red Green Blue C M Y K H S L
Decimal 61 228 33 0.73 0 0.86 0.11 111.38 0.78 0.51
Hex 3D E4 21 49 0 56 B 6F 4E 33
Octal 75 344 41 111 0 126 13 157 116 63
Binary 111101 11100100 100001 1001001 0 1010110 1011 1101111 1001110 110011

Color Harmonies of #3DE421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE421

Black with #3DE421

Text Example


Text Example

White with #3DE421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,228,33); }

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

background-color css

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

 a { background-color: rgb(61,228,33); }

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

border-color css

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

 span { border-color: rgb(61,228,33); }

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