Html Css Color HEX #3DB233 Lime Green

📋 copy color: '#3DB233'

red 61 ◦ green 178 ◦ blue 51

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

Shades of Lime Green #3DB233

Tints of Lime Green #3DB233

RGB

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

 GREEN value IS 178 (69.92% from 255) = 61.38%

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 21.03%
G = 61.38%
B = 17.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#3DB233 (or 0x3DB233) is known color: Lime Green. HEX triplet: 3D, B2 and 33. RGB value is (61,178,51). Sum of RGB (Red+Green+Blue) = 61+178+51=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 178 (69.92% from 255 or 61.38% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB233 is #C24DCC. Grayscale: #808080. Windows color (decimal): -12733901 or 3387965. OLE color: 3387965.

HSL color Cylindrical-coordinate representation of color #3DB233: hue angle of 115.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DB233 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 178 51 -
CMYK 0.66 0 0.71 0.30
HSL 115.28º 0.55% 0.45% -
HSV(B) 115.28º 0.71% 0.7% -
XYZ 18.44 33.07 8.54 -
YUV 128.54 84.24 79.83 -
System Red Green Blue C M Y K H S L
Decimal 61 178 51 0.66 0 0.71 0.30 115.28 0.55 0.45
Hex 3D B2 33 42 0 47 1E 73 37 2D
Octal 75 262 63 102 0 107 36 163 67 55
Binary 111101 10110010 110011 1000010 0 1000111 11110 1110011 110111 101101

Color Harmonies of #3DB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB233

Black with #3DB233

Text Example


Text Example

White with #3DB233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,178,51); }

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

background-color css

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

 a { background-color: rgb(61,178,51); }

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

border-color css

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

 span { border-color: rgb(61,178,51); }

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