Html Css Color HEX #23BA2A Lime Green

📋 copy color: '#23BA2A'

red 35 ◦ green 186 ◦ blue 42

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

Shades of Lime Green #23BA2A

Tints of Lime Green #23BA2A

RGB

 RED value IS 35 (14.06% from 255) = 13.31%

 GREEN value IS 186 (73.05% from 255) = 70.72%

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 13.31%
G = 70.72%
B = 15.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#23BA2A (or 0x23BA2A) is known color: Lime Green. HEX triplet: 23, BA and 2A. RGB value is (35,186,42). Sum of RGB (Red+Green+Blue) = 35+186+42=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA2A is #DC45D5. Grayscale: #7C7C7C. Windows color (decimal): -14435798 or 2800163. OLE color: 2800163.

HSL color Cylindrical-coordinate representation of color #23BA2A: hue angle of 122.78º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BA2A is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 186 42 -
CMYK 0.81 0 0.77 0.27
HSL 122.78º 0.68% 0.43% -
HSV(B) 122.78º 0.81% 0.73% -
XYZ 18.67 35.64 8.09 -
YUV 124.44 81.47 64.21 -
System Red Green Blue C M Y K H S L
Decimal 35 186 42 0.81 0 0.77 0.27 122.78 0.68 0.43
Hex 23 BA 2A 51 0 4D 1B 7B 44 2B
Octal 43 272 52 121 0 115 33 173 104 53
Binary 100011 10111010 101010 1010001 0 1001101 11011 1111011 1000100 101011

Color Harmonies of #23BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BA2A

Black with #23BA2A

Text Example


Text Example

White with #23BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23BA2A; }

 p { color: rgb(35,186,42); }

 H1.HeaderClassName
 {
   color: #23BA2A;
 }
 .AnyTagClassName
 {
   color: #23BA2A;
 }
</style>

background-color css

<style>
 a { background-color: #23BA2A; }

 a { background-color: rgb(35,186,42); }

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

border-color css

<style>
 span { border-color: #23BA2A; }

 span { border-color: rgb(35,186,42); }

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