Html Css Color HEX #23BF45 Lime Green

📋 copy color: '#23BF45'

red 35 ◦ green 191 ◦ blue 69

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

Shades of Lime Green #23BF45

Tints of Lime Green #23BF45

RGB

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

 GREEN value IS 191 (75% from 255) = 64.75%

 BLUE value IS 69 (27.34% from 255) = 23.39%

R = 11.86%
G = 64.75%
B = 23.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#23BF45 (or 0x23BF45) is known color: Lime Green. HEX triplet: 23, BF and 45. RGB value is (35,191,69). Sum of RGB (Red+Green+Blue) = 35+191+69=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 191 (75% from 255 or 64.75% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 191 - color contains mainly: green. Hex color #23BF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BF45 is #DC40BA. Grayscale: #828282. Windows color (decimal): -14434491 or 4570915. OLE color: 4570915.

HSL color Cylindrical-coordinate representation of color #23BF45: hue angle of 133.08º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BF45 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 191 69 -
CMYK 0.82 0 0.64 0.25
HSL 133.08º 0.69% 0.44% -
HSV(B) 133.08º 0.82% 0.75% -
XYZ 20.4 38.05 11.9 -
YUV 130.45 93.32 59.92 -
System Red Green Blue C M Y K H S L
Decimal 35 191 69 0.82 0 0.64 0.25 133.08 0.69 0.44
Hex 23 BF 45 52 0 40 19 85 45 2C
Octal 43 277 105 122 0 100 31 205 105 54
Binary 100011 10111111 1000101 1010010 0 1000000 11001 10000101 1000101 101100

Color Harmonies of #23BF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BF45

Black with #23BF45

Text Example


Text Example

White with #23BF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,191,69); }

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

background-color css

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

 a { background-color: rgb(35,191,69); }

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

border-color css

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

 span { border-color: rgb(35,191,69); }

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