Html Css Color HEX #3DCB21 Lime Green

📋 copy color: '#3DCB21'

red 61 ◦ green 203 ◦ blue 33

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

Shades of Lime Green #3DCB21

Tints of Lime Green #3DCB21

RGB

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

 GREEN value IS 203 (79.69% from 255) = 68.35%

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

R = 20.54%
G = 68.35%
B = 11.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#3DCB21 (or 0x3DCB21) is known color: Lime Green. HEX triplet: 3D, CB and 21. RGB value is (61,203,33). Sum of RGB (Red+Green+Blue) = 61+203+33=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 203 (79.69% from 255 or 68.35% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCB21 is #C234DE. Grayscale: #8D8D8D. Windows color (decimal): -12727519 or 2214717. OLE color: 2214717.

HSL color Cylindrical-coordinate representation of color #3DCB21: hue angle of 110.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DCB21 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 61 203 33 -
CMYK 0.70 0 0.84 0.20
HSL 110.12º 0.72% 0.46% -
HSV(B) 110.12º 0.84% 0.8% -
XYZ 23.55 43.81 8.65 -
YUV 141.16 66.96 70.82 -
System Red Green Blue C M Y K H S L
Decimal 61 203 33 0.70 0 0.84 0.20 110.12 0.72 0.46
Hex 3D CB 21 46 0 54 14 6E 48 2E
Octal 75 313 41 106 0 124 24 156 110 56
Binary 111101 11001011 100001 1000110 0 1010100 10100 1101110 1001000 101110

Color Harmonies of #3DCB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCB21

Black with #3DCB21

Text Example


Text Example

White with #3DCB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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