Html Css Color HEX #2BC707 Kelly Green

📋 copy color: '#2BC707'

red 43 ◦ green 199 ◦ blue 7

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

Shades of Kelly Green #2BC707

Tints of Kelly Green #2BC707

RGB

 RED value IS 43 (17.19% from 255) = 17.27%

 GREEN value IS 199 (78.13% from 255) = 79.92%

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

R = 17.27%
G = 79.92%
B = 2.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#2BC707 (or 0x2BC707) is known color: Kelly Green. HEX triplet: 2B, C7 and 07. RGB value is (43,199,7). Sum of RGB (Red+Green+Blue) = 43+199+7=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 199 (78.12% from 255 or 79.92% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC707 is #D438F8. Grayscale: #838383. Windows color (decimal): -13908217 or 509739. OLE color: 509739.

HSL color Cylindrical-coordinate representation of color #2BC707: hue angle of 108.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BC707 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 199 7 -
CMYK 0.78 0 0.96 0.22
HSL 108.75º 0.93% 0.4% -
HSV(B) 108.75º 0.96% 0.78% -
XYZ 21.46 41.38 7.06 -
YUV 130.47 58.32 65.61 -
System Red Green Blue C M Y K H S L
Decimal 43 199 7 0.78 0 0.96 0.22 108.75 0.93 0.4
Hex 2B C7 7 4E 0 60 16 6D 5D 28
Octal 53 307 7 116 0 140 26 155 135 50
Binary 101011 11000111 111 1001110 0 1100000 10110 1101101 1011101 101000

Color Harmonies of #2BC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC707

Black with #2BC707

Text Example


Text Example

White with #2BC707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,199,7); }

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

background-color css

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

 a { background-color: rgb(43,199,7); }

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

border-color css

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

 span { border-color: rgb(43,199,7); }

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