Html Css Color HEX #23AF30 Lime Green

📋 copy color: '#23AF30'

red 35 ◦ green 175 ◦ blue 48

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

Shades of Lime Green #23AF30

Tints of Lime Green #23AF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 67.83%

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

R = 13.57%
G = 67.83%
B = 18.6%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#23AF30 (or 0x23AF30) is known color: Lime Green. HEX triplet: 23, AF and 30. RGB value is (35,175,48). Sum of RGB (Red+Green+Blue) = 35+175+48=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AF30 is #DC50CF. Grayscale: #777777. Windows color (decimal): -14438608 or 3190563. OLE color: 3190563.

HSL color Cylindrical-coordinate representation of color #23AF30: hue angle of 125.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AF30 is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 175 48 -
CMYK 0.8 0 0.73 0.31
HSL 125.57º 0.67% 0.41% -
HSV(B) 125.57º 0.8% 0.69% -
XYZ 16.56 31.23 7.95 -
YUV 118.66 88.12 68.33 -
System Red Green Blue C M Y K H S L
Decimal 35 175 48 0.8 0 0.73 0.31 125.57 0.67 0.41
Hex 23 AF 30 50 0 49 1F 7E 43 29
Octal 43 257 60 120 0 111 37 176 103 51
Binary 100011 10101111 110000 1010000 0 1001001 11111 1111110 1000011 101001

Color Harmonies of #23AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AF30

Black with #23AF30

Text Example


Text Example

White with #23AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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