Html Css Color HEX #23BA30 Lime Green

📋 copy color: '#23BA30'

red 35 ◦ green 186 ◦ blue 48

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

Shades of Lime Green #23BA30

Tints of Lime Green #23BA30

RGB

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

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

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

R = 13.01%
G = 69.14%
B = 17.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#23BA30 (or 0x23BA30) is known color: Lime Green. HEX triplet: 23, BA and 30. RGB value is (35,186,48). Sum of RGB (Red+Green+Blue) = 35+186+48=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA30 is #DC45CF. Grayscale: #7D7D7D. Windows color (decimal): -14435792 or 3193379. OLE color: 3193379.

HSL color Cylindrical-coordinate representation of color #23BA30: hue angle of 125.17º 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 #23BA30 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 186 48 -
CMYK 0.81 0 0.74 0.27
HSL 125.17º 0.68% 0.43% -
HSV(B) 125.17º 0.81% 0.73% -
XYZ 18.79 35.69 8.69 -
YUV 125.12 84.47 63.72 -
System Red Green Blue C M Y K H S L
Decimal 35 186 48 0.81 0 0.74 0.27 125.17 0.68 0.43
Hex 23 BA 30 51 0 4A 1B 7D 44 2B
Octal 43 272 60 121 0 112 33 175 104 53
Binary 100011 10111010 110000 1010001 0 1001010 11011 1111101 1000100 101011

Color Harmonies of #23BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BA30

Black with #23BA30

Text Example


Text Example

White with #23BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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