Html Css Color HEX #3DD23C Lime Green

📋 copy color: '#3DD23C'

red 61 ◦ green 210 ◦ blue 60

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

Shades of Lime Green #3DD23C

Tints of Lime Green #3DD23C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.44%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 18.43%
G = 63.44%
B = 18.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#3DD23C (or 0x3DD23C) is known color: Lime Green. HEX triplet: 3D, D2 and 3C. RGB value is (61,210,60). Sum of RGB (Red+Green+Blue) = 61+210+60=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD23C is #C22DC3. Grayscale: #949494. Windows color (decimal): -12725700 or 3985981. OLE color: 3985981.

HSL color Cylindrical-coordinate representation of color #3DD23C: hue angle of 119.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD23C is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 210 60 -
CMYK 0.71 0 0.71 0.18
HSL 119.6º 0.63% 0.53% -
HSV(B) 119.6º 0.71% 0.82% -
XYZ 25.79 47.41 12.07 -
YUV 148.35 78.14 65.7 -
System Red Green Blue C M Y K H S L
Decimal 61 210 60 0.71 0 0.71 0.18 119.6 0.63 0.53
Hex 3D D2 3C 47 0 47 12 78 3E 35
Octal 75 322 74 107 0 107 22 170 76 65
Binary 111101 11010010 111100 1000111 0 1000111 10010 1111000 111110 110101

Color Harmonies of #3DD23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD23C

Black with #3DD23C

Text Example


Text Example

White with #3DD23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,210,60); }

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

background-color css

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

 a { background-color: rgb(61,210,60); }

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

border-color css

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

 span { border-color: rgb(61,210,60); }

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