Html Css Color HEX #3DCA26 Lime Green

📋 copy color: '#3DCA26'

red 61 ◦ green 202 ◦ blue 38

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

Shades of Lime Green #3DCA26

Tints of Lime Green #3DCA26

RGB

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

 GREEN value IS 202 (79.3% from 255) = 67.11%

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

R = 20.27%
G = 67.11%
B = 12.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#3DCA26 (or 0x3DCA26) is known color: Lime Green. HEX triplet: 3D, CA and 26. RGB value is (61,202,38). Sum of RGB (Red+Green+Blue) = 61+202+38=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCA26 is #C235D9. Grayscale: #8D8D8D. Windows color (decimal): -12727770 or 2542141. OLE color: 2542141.

HSL color Cylindrical-coordinate representation of color #3DCA26: hue angle of 111.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DCA26 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 202 38 -
CMYK 0.70 0 0.81 0.21
HSL 111.59º 0.68% 0.47% -
HSV(B) 111.59º 0.81% 0.79% -
XYZ 23.39 43.37 8.97 -
YUV 141.15 69.79 70.84 -
System Red Green Blue C M Y K H S L
Decimal 61 202 38 0.70 0 0.81 0.21 111.59 0.68 0.47
Hex 3D CA 26 46 0 51 15 70 44 2F
Octal 75 312 46 106 0 121 25 160 104 57
Binary 111101 11001010 100110 1000110 0 1010001 10101 1110000 1000100 101111

Color Harmonies of #3DCA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCA26

Black with #3DCA26

Text Example


Text Example

White with #3DCA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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