Html Css Color HEX #3DD012 Kelly Green

📋 copy color: '#3DD012'

red 61 ◦ green 208 ◦ blue 18

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

Shades of Kelly Green #3DD012

Tints of Kelly Green #3DD012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.47%

 BLUE value IS 18 (7.42% from 255) = 6.27%

R = 21.25%
G = 72.47%
B = 6.27%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#3DD012 (or 0x3DD012) is known color: Kelly Green. HEX triplet: 3D, D0 and 12. RGB value is (61,208,18). Sum of RGB (Red+Green+Blue) = 61+208+18=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD012 is #C22FED. Grayscale: #8F8F8F. Windows color (decimal): -12726254 or 1232957. OLE color: 1232957.

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

Color convert

RGB 61 208 18 -
CMYK 0.71 0 0.91 0.18
HSL 106.42º 0.84% 0.44% -
HSV(B) 106.42º 0.91% 0.82% -
XYZ 24.59 46.15 8.18 -
YUV 142.39 57.8 69.95 -
System Red Green Blue C M Y K H S L
Decimal 61 208 18 0.71 0 0.91 0.18 106.42 0.84 0.44
Hex 3D D0 12 47 0 5B 12 6A 54 2C
Octal 75 320 22 107 0 133 22 152 124 54
Binary 111101 11010000 10010 1000111 0 1011011 10010 1101010 1010100 101100

Color Harmonies of #3DD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD012

Black with #3DD012

Text Example


Text Example

White with #3DD012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,208,18); }

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

background-color css

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

 a { background-color: rgb(61,208,18); }

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

border-color css

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

 span { border-color: rgb(61,208,18); }

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