Html Css Color HEX #23BC3D Lime Green

📋 copy color: '#23BC3D'

red 35 ◦ green 188 ◦ blue 61

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

Shades of Lime Green #23BC3D

Tints of Lime Green #23BC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 12.32%
G = 66.2%
B = 21.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#23BC3D (or 0x23BC3D) is known color: Lime Green. HEX triplet: 23, BC and 3D. RGB value is (35,188,61). Sum of RGB (Red+Green+Blue) = 35+188+61=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BC3D is #DC43C2. Grayscale: #808080. Windows color (decimal): -14435267 or 4045859. OLE color: 4045859.

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

Color convert

RGB 35 188 61 -
CMYK 0.81 0 0.68 0.26
HSL 130.2º 0.69% 0.44% -
HSV(B) 130.2º 0.81% 0.74% -
XYZ 19.52 36.66 10.46 -
YUV 127.78 90.31 61.83 -
System Red Green Blue C M Y K H S L
Decimal 35 188 61 0.81 0 0.68 0.26 130.2 0.69 0.44
Hex 23 BC 3D 51 0 44 1A 82 45 2C
Octal 43 274 75 121 0 104 32 202 105 54
Binary 100011 10111100 111101 1010001 0 1000100 11010 10000010 1000101 101100

Color Harmonies of #23BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BC3D

Black with #23BC3D

Text Example


Text Example

White with #23BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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