Html Css Color HEX #2BC307 Kelly Green

📋 copy color: '#2BC307'

red 43 ◦ green 195 ◦ blue 7

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

Shades of Kelly Green #2BC307

Tints of Kelly Green #2BC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 79.59%

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

R = 17.55%
G = 79.59%
B = 2.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#2BC307 (or 0x2BC307) is known color: Kelly Green. HEX triplet: 2B, C3 and 07. RGB value is (43,195,7). Sum of RGB (Red+Green+Blue) = 43+195+7=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 195 (76.56% from 255 or 79.59% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC307 is #D43CF8. Grayscale: #808080. Windows color (decimal): -13909241 or 508715. OLE color: 508715.

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

Color convert

RGB 43 195 7 -
CMYK 0.78 0 0.96 0.24
HSL 108.51º 0.93% 0.4% -
HSV(B) 108.51º 0.96% 0.76% -
XYZ 20.55 39.56 6.75 -
YUV 128.12 59.64 67.29 -
System Red Green Blue C M Y K H S L
Decimal 43 195 7 0.78 0 0.96 0.24 108.51 0.93 0.4
Hex 2B C3 7 4E 0 60 18 6D 5D 28
Octal 53 303 7 116 0 140 30 155 135 50
Binary 101011 11000011 111 1001110 0 1100000 11000 1101101 1011101 101000

Color Harmonies of #2BC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC307

Black with #2BC307

Text Example


Text Example

White with #2BC307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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