Html Css Color HEX #23CA0F Lime Green

📋 copy color: '#23CA0F'

red 35 ◦ green 202 ◦ blue 15

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

Shades of Lime Green #23CA0F

Tints of Lime Green #23CA0F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 80.16%

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 13.89%
G = 80.16%
B = 5.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#23CA0F (or 0x23CA0F) is known color: Lime Green. HEX triplet: 23, CA and 0F. RGB value is (35,202,15). Sum of RGB (Red+Green+Blue) = 35+202+15=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CA0F is #DC35F0. Grayscale: #838383. Windows color (decimal): -14431729 or 1034787. OLE color: 1034787.

HSL color Cylindrical-coordinate representation of color #23CA0F: hue angle of 113.58º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23CA0F is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 202 15 -
CMYK 0.83 0 0.93 0.21
HSL 113.58º 0.86% 0.43% -
HSV(B) 113.58º 0.93% 0.79% -
XYZ 21.9 42.63 7.53 -
YUV 130.75 62.67 59.71 -
System Red Green Blue C M Y K H S L
Decimal 35 202 15 0.83 0 0.93 0.21 113.58 0.86 0.43
Hex 23 CA F 53 0 5D 15 72 56 2B
Octal 43 312 17 123 0 135 25 162 126 53
Binary 100011 11001010 1111 1010011 0 1011101 10101 1110010 1010110 101011

Color Harmonies of #23CA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CA0F

Black with #23CA0F

Text Example


Text Example

White with #23CA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,202,15); }

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

background-color css

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

 a { background-color: rgb(35,202,15); }

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

border-color css

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

 span { border-color: rgb(35,202,15); }

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