Html Css Color HEX #2BAE10 Kelly Green

📋 copy color: '#2BAE10'

red 43 ◦ green 174 ◦ blue 16

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

Shades of Kelly Green #2BAE10

Tints of Kelly Green #2BAE10

RGB

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

 GREEN value IS 174 (68.36% from 255) = 74.68%

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 18.45%
G = 74.68%
B = 6.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#2BAE10 (or 0x2BAE10) is known color: Kelly Green. HEX triplet: 2B, AE and 10. RGB value is (43,174,16). Sum of RGB (Red+Green+Blue) = 43+174+16=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 174 (68.36% from 255 or 74.68% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAE10 is #D451EF. Grayscale: #757575. Windows color (decimal): -13914608 or 1093163. OLE color: 1093163.

HSL color Cylindrical-coordinate representation of color #2BAE10: hue angle of 109.75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BAE10 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 16 -
CMYK 0.75 0 0.91 0.32
HSL 109.75º 0.83% 0.37% -
HSV(B) 109.75º 0.91% 0.68% -
XYZ 16.23 30.82 5.58 -
YUV 116.82 71.1 75.35 -
System Red Green Blue C M Y K H S L
Decimal 43 174 16 0.75 0 0.91 0.32 109.75 0.83 0.37
Hex 2B AE 10 4B 0 5B 20 6E 53 25
Octal 53 256 20 113 0 133 40 156 123 45
Binary 101011 10101110 10000 1001011 0 1011011 100000 1101110 1010011 100101

Color Harmonies of #2BAE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE10

Black with #2BAE10

Text Example


Text Example

White with #2BAE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,174,16); }

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

background-color css

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

 a { background-color: rgb(43,174,16); }

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

border-color css

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

 span { border-color: rgb(43,174,16); }

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