Html Css Color HEX #61AB30 Limeade

📋 copy color: '#61AB30'

red 97 ◦ green 171 ◦ blue 48

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

Shades of Limeade #61AB30

Tints of Limeade #61AB30

RGB

 RED value IS 97 (38.28% from 255) = 30.7%

 GREEN value IS 171 (67.19% from 255) = 54.11%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 30.7%
G = 54.11%
B = 15.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#61AB30 (or 0x61AB30) is known color: Limeade. HEX triplet: 61, AB and 30. RGB value is (97,171,48). Sum of RGB (Red+Green+Blue) = 97+171+48=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AB30 is #9E54CF. Grayscale: #878787. Windows color (decimal): -10376400 or 3189601. OLE color: 3189601.

HSL color Cylindrical-coordinate representation of color #61AB30: hue angle of 96.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61AB30 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 171 48 -
CMYK 0.43 0 0.72 0.33
HSL 96.1º 0.56% 0.43% -
HSV(B) 96.1º 0.72% 0.67% -
XYZ 20.03 31.88 7.89 -
YUV 134.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 97 171 48 0.43 0 0.72 0.33 96.1 0.56 0.43
Hex 61 AB 30 2B 0 48 21 60 38 2B
Octal 141 253 60 53 0 110 41 140 70 53
Binary 1100001 10101011 110000 101011 0 1001000 100001 1100000 111000 101011

Color Harmonies of #61AB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB30

Black with #61AB30

Text Example


Text Example

White with #61AB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61AB30; }

 p { color: rgb(97,171,48); }

 H1.HeaderClassName
 {
   color: #61AB30;
 }
 .AnyTagClassName
 {
   color: #61AB30;
 }
</style>

background-color css

<style>
 a { background-color: #61AB30; }

 a { background-color: rgb(97,171,48); }

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

border-color css

<style>
 span { border-color: #61AB30; }

 span { border-color: rgb(97,171,48); }

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