Html Css Color HEX #2BB70C Kelly Green

📋 copy color: '#2BB70C'

red 43 ◦ green 183 ◦ blue 12

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

Shades of Kelly Green #2BB70C

Tints of Kelly Green #2BB70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 76.89%

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 18.07%
G = 76.89%
B = 5.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#2BB70C (or 0x2BB70C) is known color: Kelly Green. HEX triplet: 2B, B7 and 0C. RGB value is (43,183,12). Sum of RGB (Red+Green+Blue) = 43+183+12=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 183 (71.88% from 255 or 76.89% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB70C is #D448F3. Grayscale: #7A7A7A. Windows color (decimal): -13912308 or 833323. OLE color: 833323.

HSL color Cylindrical-coordinate representation of color #2BB70C: hue angle of 109.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BB70C is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 183 12 -
CMYK 0.77 0 0.93 0.28
HSL 109.12º 0.88% 0.38% -
HSV(B) 109.12º 0.93% 0.72% -
XYZ 18 34.41 6.04 -
YUV 121.65 66.12 71.9 -
System Red Green Blue C M Y K H S L
Decimal 43 183 12 0.77 0 0.93 0.28 109.12 0.88 0.38
Hex 2B B7 C 4D 0 5D 1C 6D 58 26
Octal 53 267 14 115 0 135 34 155 130 46
Binary 101011 10110111 1100 1001101 0 1011101 11100 1101101 1011000 100110

Color Harmonies of #2BB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB70C

Black with #2BB70C

Text Example


Text Example

White with #2BB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,183,12); }

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

background-color css

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

 a { background-color: rgb(43,183,12); }

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

border-color css

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

 span { border-color: rgb(43,183,12); }

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