Html Css Color HEX #3DCE12 Kelly Green

📋 copy color: '#3DCE12'

red 61 ◦ green 206 ◦ blue 18

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

Shades of Kelly Green #3DCE12

Tints of Kelly Green #3DCE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 72.28%

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

R = 21.4%
G = 72.28%
B = 6.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#3DCE12 (or 0x3DCE12) is known color: Kelly Green. HEX triplet: 3D, CE and 12. RGB value is (61,206,18). Sum of RGB (Red+Green+Blue) = 61+206+18=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCE12 is #C231ED. Grayscale: #8D8D8D. Windows color (decimal): -12726766 or 1232445. OLE color: 1232445.

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

Color convert

RGB 61 206 18 -
CMYK 0.70 0 0.91 0.19
HSL 106.28º 0.84% 0.44% -
HSV(B) 106.28º 0.91% 0.81% -
XYZ 24.1 45.18 8.02 -
YUV 141.21 58.46 70.79 -
System Red Green Blue C M Y K H S L
Decimal 61 206 18 0.70 0 0.91 0.19 106.28 0.84 0.44
Hex 3D CE 12 46 0 5B 13 6A 54 2C
Octal 75 316 22 106 0 133 23 152 124 54
Binary 111101 11001110 10010 1000110 0 1011011 10011 1101010 1010100 101100

Color Harmonies of #3DCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCE12

Black with #3DCE12

Text Example


Text Example

White with #3DCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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