Html Css Color HEX #3DBA00 Kelly Green

📋 copy color: '#3DBA00'

red 61 ◦ green 186 ◦ blue 0

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

Shades of Kelly Green #3DBA00

Tints of Kelly Green #3DBA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 75.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.7%
G = 75.3%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#3DBA00 (or 0x3DBA00) is known color: Kelly Green. HEX triplet: 3D, BA and 00. RGB value is (61,186,0). Sum of RGB (Red+Green+Blue) = 61+186+0=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBA00 is #C245FF. Grayscale: #808080. Windows color (decimal): -12731904 or 47677. OLE color: 47677.

HSL color Cylindrical-coordinate representation of color #3DBA00: hue angle of 100.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DBA00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 186 0 -
CMYK 0.67 0 1 0.27
HSL 100.32º 1% 0.36% -
HSV(B) 100.32º 1% 0.73% -
XYZ 19.48 36.11 5.94 -
YUV 127.42 56.09 80.62 -
System Red Green Blue C M Y K H S L
Decimal 61 186 0 0.67 0 1 0.27 100.32 1 0.36
Hex 3D BA 0 43 0 64 1B 64 64 24
Octal 75 272 0 103 0 144 33 144 144 44
Binary 111101 10111010 0 1000011 0 1100100 11011 1100100 1100100 100100

Color Harmonies of #3DBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA00

Black with #3DBA00

Text Example


Text Example

White with #3DBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,186,0); }

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

background-color css

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

 a { background-color: rgb(61,186,0); }

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

border-color css

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

 span { border-color: rgb(61,186,0); }

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