Html Css Color HEX #2FBB07 Kelly Green

📋 copy color: '#2FBB07'

red 47 ◦ green 187 ◦ blue 7

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

Shades of Kelly Green #2FBB07

Tints of Kelly Green #2FBB07

RGB

 RED value IS 47 (18.75% from 255) = 19.5%

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

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 19.5%
G = 77.59%
B = 2.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#2FBB07 (or 0x2FBB07) is known color: Kelly Green. HEX triplet: 2F, BB and 07. RGB value is (47,187,7). Sum of RGB (Red+Green+Blue) = 47+187+7=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 187 (73.44% from 255 or 77.59% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBB07 is #D044F8. Grayscale: #7D7D7D. Windows color (decimal): -13649145 or 506671. OLE color: 506671.

HSL color Cylindrical-coordinate representation of color #2FBB07: hue angle of 106.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FBB07 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 187 7 -
CMYK 0.75 0 0.96 0.27
HSL 106.67º 0.93% 0.38% -
HSV(B) 106.67º 0.96% 0.73% -
XYZ 18.98 36.16 6.18 -
YUV 124.62 61.62 72.64 -
System Red Green Blue C M Y K H S L
Decimal 47 187 7 0.75 0 0.96 0.27 106.67 0.93 0.38
Hex 2F BB 7 4B 0 60 1B 6B 5D 26
Octal 57 273 7 113 0 140 33 153 135 46
Binary 101111 10111011 111 1001011 0 1100000 11011 1101011 1011101 100110

Color Harmonies of #2FBB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB07

Black with #2FBB07

Text Example


Text Example

White with #2FBB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FBB07; }

 p { color: rgb(47,187,7); }

 H1.HeaderClassName
 {
   color: #2FBB07;
 }
 .AnyTagClassName
 {
   color: #2FBB07;
 }
</style>

background-color css

<style>
 a { background-color: #2FBB07; }

 a { background-color: rgb(47,187,7); }

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

border-color css

<style>
 span { border-color: #2FBB07; }

 span { border-color: rgb(47,187,7); }

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