Html Css Color HEX #23D641 Lime Green

📋 copy color: '#23D641'

red 35 ◦ green 214 ◦ blue 65

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

Shades of Lime Green #23D641

Tints of Lime Green #23D641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 68.15%

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 11.15%
G = 68.15%
B = 20.7%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#23D641 (or 0x23D641) is known color: Lime Green. HEX triplet: 23, D6 and 41. RGB value is (35,214,65). Sum of RGB (Red+Green+Blue) = 35+214+65=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #23D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D641 is #DC29BE. Grayscale: #8F8F8F. Windows color (decimal): -14428607 or 4314659. OLE color: 4314659.

HSL color Cylindrical-coordinate representation of color #23D641: hue angle of 130.06º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D641 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 214 65 -
CMYK 0.84 0 0.70 0.16
HSL 130.06º 0.72% 0.49% -
HSV(B) 130.06º 0.84% 0.84% -
XYZ 25.69 48.83 13.07 -
YUV 143.49 83.7 50.62 -
System Red Green Blue C M Y K H S L
Decimal 35 214 65 0.84 0 0.70 0.16 130.06 0.72 0.49
Hex 23 D6 41 54 0 46 10 82 48 31
Octal 43 326 101 124 0 106 20 202 110 61
Binary 100011 11010110 1000001 1010100 0 1000110 10000 10000010 1001000 110001

Color Harmonies of #23D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D641

Black with #23D641

Text Example


Text Example

White with #23D641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,214,65); }

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

background-color css

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

 a { background-color: rgb(35,214,65); }

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

border-color css

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

 span { border-color: rgb(35,214,65); }

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