Html Css Color HEX #3DE226 Lime Green

📋 copy color: '#3DE226'

red 61 ◦ green 226 ◦ blue 38

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

Shades of Lime Green #3DE226

Tints of Lime Green #3DE226

RGB

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

 GREEN value IS 226 (88.67% from 255) = 69.54%

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 18.77%
G = 69.54%
B = 11.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#3DE226 (or 0x3DE226) is known color: Lime Green. HEX triplet: 3D, E2 and 26. RGB value is (61,226,38). Sum of RGB (Red+Green+Blue) = 61+226+38=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 226 (88.67% from 255 or 69.54% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE226 is #C21DD9. Grayscale: #9B9B9B. Windows color (decimal): -12721626 or 2548285. OLE color: 2548285.

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

Color convert

RGB 61 226 38 -
CMYK 0.73 0 0.83 0.11
HSL 112.66º 0.76% 0.52% -
HSV(B) 112.66º 0.83% 0.89% -
XYZ 29.47 55.52 11 -
YUV 155.23 61.84 60.79 -
System Red Green Blue C M Y K H S L
Decimal 61 226 38 0.73 0 0.83 0.11 112.66 0.76 0.52
Hex 3D E2 26 49 0 53 B 71 4C 34
Octal 75 342 46 111 0 123 13 161 114 64
Binary 111101 11100010 100110 1001001 0 1010011 1011 1110001 1001100 110100

Color Harmonies of #3DE226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE226

Black with #3DE226

Text Example


Text Example

White with #3DE226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,226,38); }

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

background-color css

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

 a { background-color: rgb(61,226,38); }

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

border-color css

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

 span { border-color: rgb(61,226,38); }

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