Html Css Color HEX #40BB02 Kelly Green

📋 copy color: '#40BB02'

red 64 ◦ green 187 ◦ blue 2

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

Shades of Kelly Green #40BB02

Tints of Kelly Green #40BB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 73.91%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 25.3%
G = 73.91%
B = 0.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#40BB02 (or 0x40BB02) is known color: Kelly Green. HEX triplet: 40, BB and 02. RGB value is (64,187,2). Sum of RGB (Red+Green+Blue) = 64+187+2=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 187 (73.44% from 255 or 73.91% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BB02 is #BF44FD. Grayscale: #818181. Windows color (decimal): -12535038 or 179008. OLE color: 179008.

HSL color Cylindrical-coordinate representation of color #40BB02: hue angle of 99.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40BB02 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 187 2 -
CMYK 0.66 0 0.99 0.27
HSL 99.89º 0.98% 0.37% -
HSV(B) 99.89º 0.99% 0.73% -
XYZ 19.9 36.64 6.08 -
YUV 129.13 56.25 81.54 -
System Red Green Blue C M Y K H S L
Decimal 64 187 2 0.66 0 0.99 0.27 99.89 0.98 0.37
Hex 40 BB 2 42 0 63 1B 64 62 25
Octal 100 273 2 102 0 143 33 144 142 45
Binary 1000000 10111011 10 1000010 0 1100011 11011 1100100 1100010 100101

Color Harmonies of #40BB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BB02

Black with #40BB02

Text Example


Text Example

White with #40BB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,187,2); }

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

background-color css

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

 a { background-color: rgb(64,187,2); }

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

border-color css

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

 span { border-color: rgb(64,187,2); }

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