Html Css Color HEX #2ABC51 Chateau Green

📋 copy color: '#2ABC51'

red 42 ◦ green 188 ◦ blue 81

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

Shades of Chateau Green #2ABC51

Tints of Chateau Green #2ABC51

RGB

 RED value IS 42 (16.8% from 255) = 13.5%

 GREEN value IS 188 (73.83% from 255) = 60.45%

 BLUE value IS 81 (32.03% from 255) = 26.05%

R = 13.5%
G = 60.45%
B = 26.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#2ABC51 (or 0x2ABC51) is known color: Chateau Green. HEX triplet: 2A, BC and 51. RGB value is (42,188,81). Sum of RGB (Red+Green+Blue) = 42+188+81=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC51 is #D543AE. Grayscale: #848484. Windows color (decimal): -13976495 or 5356586. OLE color: 5356586.

HSL color Cylindrical-coordinate representation of color #2ABC51: hue angle of 136.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC51 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 81 -
CMYK 0.78 0 0.57 0.26
HSL 136.03º 0.63% 0.45% -
HSV(B) 136.03º 0.78% 0.74% -
XYZ 20.42 37.05 13.86 -
YUV 132.15 99.13 63.7 -
System Red Green Blue C M Y K H S L
Decimal 42 188 81 0.78 0 0.57 0.26 136.03 0.63 0.45
Hex 2A BC 51 4E 0 39 1A 88 3F 2D
Octal 52 274 121 116 0 71 32 210 77 55
Binary 101010 10111100 1010001 1001110 0 111001 11010 10001000 111111 101101

Color Harmonies of #2ABC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC51

Black with #2ABC51

Text Example


Text Example

White with #2ABC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,81); }

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

background-color css

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

 a { background-color: rgb(42,188,81); }

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

border-color css

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

 span { border-color: rgb(42,188,81); }

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