Html Css Color HEX #3DBF14 Kelly Green

📋 copy color: '#3DBF14'

red 61 ◦ green 191 ◦ blue 20

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

Shades of Kelly Green #3DBF14

Tints of Kelly Green #3DBF14

RGB

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

 GREEN value IS 191 (75% from 255) = 70.22%

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 22.43%
G = 70.22%
B = 7.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#3DBF14 (or 0x3DBF14) is known color: Kelly Green. HEX triplet: 3D, BF and 14. RGB value is (61,191,20). Sum of RGB (Red+Green+Blue) = 61+191+20=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBF14 is #C240EB. Grayscale: #858585. Windows color (decimal): -12730604 or 1359677. OLE color: 1359677.

HSL color Cylindrical-coordinate representation of color #3DBF14: hue angle of 105.61º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DBF14 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 191 20 -
CMYK 0.68 0 0.90 0.25
HSL 105.61º 0.81% 0.41% -
HSV(B) 105.61º 0.9% 0.75% -
XYZ 20.68 38.3 6.97 -
YUV 132.64 64.43 76.9 -
System Red Green Blue C M Y K H S L
Decimal 61 191 20 0.68 0 0.90 0.25 105.61 0.81 0.41
Hex 3D BF 14 44 0 5A 19 6A 51 29
Octal 75 277 24 104 0 132 31 152 121 51
Binary 111101 10111111 10100 1000100 0 1011010 11001 1101010 1010001 101001

Color Harmonies of #3DBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBF14

Black with #3DBF14

Text Example


Text Example

White with #3DBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,191,20); }

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

background-color css

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

 a { background-color: rgb(61,191,20); }

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

border-color css

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

 span { border-color: rgb(61,191,20); }

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