Html Css Color HEX #23BC2D Lime Green

📋 copy color: '#23BC2D'

red 35 ◦ green 188 ◦ blue 45

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

Shades of Lime Green #23BC2D

Tints of Lime Green #23BC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 13.06%
G = 70.15%
B = 16.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#23BC2D (or 0x23BC2D) is known color: Lime Green. HEX triplet: 23, BC and 2D. RGB value is (35,188,45). Sum of RGB (Red+Green+Blue) = 35+188+45=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BC2D is #DC43D2. Grayscale: #7E7E7E. Windows color (decimal): -14435283 or 2997283. OLE color: 2997283.

HSL color Cylindrical-coordinate representation of color #23BC2D: hue angle of 123.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BC2D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 188 45 -
CMYK 0.81 0 0.76 0.26
HSL 123.92º 0.69% 0.44% -
HSV(B) 123.92º 0.81% 0.74% -
XYZ 19.15 36.51 8.52 -
YUV 125.95 82.31 63.13 -
System Red Green Blue C M Y K H S L
Decimal 35 188 45 0.81 0 0.76 0.26 123.92 0.69 0.44
Hex 23 BC 2D 51 0 4C 1A 7C 45 2C
Octal 43 274 55 121 0 114 32 174 105 54
Binary 100011 10111100 101101 1010001 0 1001100 11010 1111100 1000101 101100

Color Harmonies of #23BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BC2D

Black with #23BC2D

Text Example


Text Example

White with #23BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,188,45); }

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

background-color css

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

 a { background-color: rgb(35,188,45); }

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

border-color css

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

 span { border-color: rgb(35,188,45); }

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