Html Css Color HEX #3DBC01 Kelly Green

📋 copy color: '#3DBC01'

red 61 ◦ green 188 ◦ blue 1

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

Shades of Kelly Green #3DBC01

Tints of Kelly Green #3DBC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.2%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 24.4%
G = 75.2%
B = 0.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#3DBC01 (or 0x3DBC01) is known color: Kelly Green. HEX triplet: 3D, BC and 01. RGB value is (61,188,1). Sum of RGB (Red+Green+Blue) = 61+188+1=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBC01 is #C243FE. Grayscale: #818181. Windows color (decimal): -12731391 or 113725. OLE color: 113725.

HSL color Cylindrical-coordinate representation of color #3DBC01: hue angle of 100.75º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DBC01 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 188 1 -
CMYK 0.68 0 0.99 0.26
HSL 100.75º 0.99% 0.37% -
HSV(B) 100.75º 0.99% 0.74% -
XYZ 19.91 36.96 6.11 -
YUV 128.71 55.92 79.71 -
System Red Green Blue C M Y K H S L
Decimal 61 188 1 0.68 0 0.99 0.26 100.75 0.99 0.37
Hex 3D BC 1 44 0 63 1A 65 63 25
Octal 75 274 1 104 0 143 32 145 143 45
Binary 111101 10111100 1 1000100 0 1100011 11010 1100101 1100011 100101

Color Harmonies of #3DBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBC01

Black with #3DBC01

Text Example


Text Example

White with #3DBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,188,1); }

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

background-color css

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

 a { background-color: rgb(61,188,1); }

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

border-color css

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

 span { border-color: rgb(61,188,1); }

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