Html Css Color HEX #3DD00B Kelly Green

📋 copy color: '#3DD00B'

red 61 ◦ green 208 ◦ blue 11

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

Shades of Kelly Green #3DD00B

Tints of Kelly Green #3DD00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 21.79%
G = 74.29%
B = 3.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#3DD00B (or 0x3DD00B) is known color: Kelly Green. HEX triplet: 3D, D0 and 0B. RGB value is (61,208,11). Sum of RGB (Red+Green+Blue) = 61+208+11=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD00B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD00B is #C22FF4. Grayscale: #8E8E8E. Windows color (decimal): -12726261 or 774205. OLE color: 774205.

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

Color convert

RGB 61 208 11 -
CMYK 0.71 0 0.95 0.18
HSL 104.77º 0.9% 0.43% -
HSV(B) 104.77º 0.95% 0.82% -
XYZ 24.54 46.13 7.93 -
YUV 141.59 54.3 70.52 -
System Red Green Blue C M Y K H S L
Decimal 61 208 11 0.71 0 0.95 0.18 104.77 0.9 0.43
Hex 3D D0 B 47 0 5F 12 69 5A 2B
Octal 75 320 13 107 0 137 22 151 132 53
Binary 111101 11010000 1011 1000111 0 1011111 10010 1101001 1011010 101011

Color Harmonies of #3DD00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD00B

Black with #3DD00B

Text Example


Text Example

White with #3DD00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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