Html Css Color HEX #23D02A Lime Green

📋 copy color: '#23D02A'

red 35 ◦ green 208 ◦ blue 42

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

Shades of Lime Green #23D02A

Tints of Lime Green #23D02A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.98%

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 12.28%
G = 72.98%
B = 14.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#23D02A (or 0x23D02A) is known color: Lime Green. HEX triplet: 23, D0 and 2A. RGB value is (35,208,42). Sum of RGB (Red+Green+Blue) = 35+208+42=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 208 (81.64% from 255 or 72.98% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 208 - color contains mainly: green. Hex color #23D02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D02A is #DC2FD5. Grayscale: #898989. Windows color (decimal): -14430166 or 2805795. OLE color: 2805795.

HSL color Cylindrical-coordinate representation of color #23D02A: hue angle of 122.43º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D02A is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 208 42 -
CMYK 0.83 0 0.80 0.18
HSL 122.43º 0.71% 0.48% -
HSV(B) 122.43º 0.83% 0.82% -
XYZ 23.67 45.64 9.75 -
YUV 137.35 74.19 55 -
System Red Green Blue C M Y K H S L
Decimal 35 208 42 0.83 0 0.80 0.18 122.43 0.71 0.48
Hex 23 D0 2A 53 0 50 12 7A 47 30
Octal 43 320 52 123 0 120 22 172 107 60
Binary 100011 11010000 101010 1010011 0 1010000 10010 1111010 1000111 110000

Color Harmonies of #23D02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D02A

Black with #23D02A

Text Example


Text Example

White with #23D02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,208,42); }

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

background-color css

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

 a { background-color: rgb(35,208,42); }

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

border-color css

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

 span { border-color: rgb(35,208,42); }

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