Html Css Color HEX #40B30F Kelly Green

📋 copy color: '#40B30F'

red 64 ◦ green 179 ◦ blue 15

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

Shades of Kelly Green #40B30F

Tints of Kelly Green #40B30F

RGB

 RED value IS 64 (25.39% from 255) = 24.81%

 GREEN value IS 179 (70.31% from 255) = 69.38%

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 24.81%
G = 69.38%
B = 5.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#40B30F (or 0x40B30F) is known color: Kelly Green. HEX triplet: 40, B3 and 0F. RGB value is (64,179,15). Sum of RGB (Red+Green+Blue) = 64+179+15=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 179 (70.31% from 255 or 69.38% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 179 - color contains mainly: green. Hex color #40B30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B30F is #BF4CF0. Grayscale: #7E7E7E. Windows color (decimal): -12537073 or 1028928. OLE color: 1028928.

HSL color Cylindrical-coordinate representation of color #40B30F: hue angle of 102.07º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40B30F is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 179 15 -
CMYK 0.64 0 0.92 0.30
HSL 102.07º 0.85% 0.38% -
HSV(B) 102.07º 0.92% 0.7% -
XYZ 18.32 33.36 5.93 -
YUV 125.92 65.4 83.84 -
System Red Green Blue C M Y K H S L
Decimal 64 179 15 0.64 0 0.92 0.30 102.07 0.85 0.38
Hex 40 B3 F 40 0 5C 1E 66 55 26
Octal 100 263 17 100 0 134 36 146 125 46
Binary 1000000 10110011 1111 1000000 0 1011100 11110 1100110 1010101 100110

Color Harmonies of #40B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B30F

Black with #40B30F

Text Example


Text Example

White with #40B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40B30F; }

 p { color: rgb(64,179,15); }

 H1.HeaderClassName
 {
   color: #40B30F;
 }
 .AnyTagClassName
 {
   color: #40B30F;
 }
</style>

background-color css

<style>
 a { background-color: #40B30F; }

 a { background-color: rgb(64,179,15); }

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

border-color css

<style>
 span { border-color: #40B30F; }

 span { border-color: rgb(64,179,15); }

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