Html Css Color HEX #3DB234 Lime Green

📋 copy color: '#3DB234'

red 61 ◦ green 178 ◦ blue 52

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

Shades of Lime Green #3DB234

Tints of Lime Green #3DB234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 20.96%
G = 61.17%
B = 17.87%

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

#3DB234 (or 0x3DB234) is known color: Lime Green. HEX triplet: 3D, B2 and 34. RGB value is (61,178,52). Sum of RGB (Red+Green+Blue) = 61+178+52=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB234 is #C24DCB. Grayscale: #818181. Windows color (decimal): -12733900 or 3453501. OLE color: 3453501.

HSL color Cylindrical-coordinate representation of color #3DB234: hue angle of 115.71º 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 #3DB234 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 178 52 -
CMYK 0.66 0 0.71 0.30
HSL 115.71º 0.55% 0.45% -
HSV(B) 115.71º 0.71% 0.7% -
XYZ 18.46 33.08 8.66 -
YUV 128.65 84.74 79.75 -
System Red Green Blue C M Y K H S L
Decimal 61 178 52 0.66 0 0.71 0.30 115.71 0.55 0.45
Hex 3D B2 34 42 0 47 1E 74 37 2D
Octal 75 262 64 102 0 107 36 164 67 55
Binary 111101 10110010 110100 1000010 0 1000111 11110 1110100 110111 101101

Color Harmonies of #3DB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB234

Black with #3DB234

Text Example


Text Example

White with #3DB234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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