Html Css Color HEX #23F134 Lime Green

📋 copy color: '#23F134'

red 35 ◦ green 241 ◦ blue 52

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

Shades of Lime Green #23F134

Tints of Lime Green #23F134

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.48%

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 10.67%
G = 73.48%
B = 15.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#23F134 (or 0x23F134) is known color: Lime Green. HEX triplet: 23, F1 and 34. RGB value is (35,241,52). Sum of RGB (Red+Green+Blue) = 35+241+52=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #23F134 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23F134 is #DC0ECB. Grayscale: #9E9E9E. Windows color (decimal): -14421708 or 3469603. OLE color: 3469603.

HSL color Cylindrical-coordinate representation of color #23F134: hue angle of 124.95º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23F134 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 241 52 -
CMYK 0.85 0 0.78 0.05
HSL 124.95º 0.88% 0.54% -
HSV(B) 124.95º 0.85% 0.95% -
XYZ 32.77 63.52 13.78 -
YUV 157.86 68.25 40.37 -
System Red Green Blue C M Y K H S L
Decimal 35 241 52 0.85 0 0.78 0.05 124.95 0.88 0.54
Hex 23 F1 34 55 0 4E 5 7D 58 36
Octal 43 361 64 125 0 116 5 175 130 66
Binary 100011 11110001 110100 1010101 0 1001110 101 1111101 1011000 110110

Color Harmonies of #23F134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23F134

Black with #23F134

Text Example


Text Example

White with #23F134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,241,52); }

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

background-color css

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

 a { background-color: rgb(35,241,52); }

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

border-color css

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

 span { border-color: rgb(35,241,52); }

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