Html Css Color HEX #2FCD23 Lime Green

📋 copy color: '#2FCD23'

red 47 ◦ green 205 ◦ blue 35

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

Shades of Lime Green #2FCD23

Tints of Lime Green #2FCD23

RGB

 RED value IS 47 (18.75% from 255) = 16.38%

 GREEN value IS 205 (80.47% from 255) = 71.43%

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 16.38%
G = 71.43%
B = 12.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#2FCD23 (or 0x2FCD23) is known color: Lime Green. HEX triplet: 2F, CD and 23. RGB value is (47,205,35). Sum of RGB (Red+Green+Blue) = 47+205+35=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD23 is #D032DC. Grayscale: #8A8A8A. Windows color (decimal): -13644509 or 2346287. OLE color: 2346287.

HSL color Cylindrical-coordinate representation of color #2FCD23: hue angle of 115.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FCD23 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 205 35 -
CMYK 0.77 0 0.83 0.20
HSL 115.76º 0.71% 0.47% -
HSV(B) 115.76º 0.83% 0.8% -
XYZ 23.31 44.39 8.93 -
YUV 138.38 69.65 62.82 -
System Red Green Blue C M Y K H S L
Decimal 47 205 35 0.77 0 0.83 0.20 115.76 0.71 0.47
Hex 2F CD 23 4D 0 53 14 74 47 2F
Octal 57 315 43 115 0 123 24 164 107 57
Binary 101111 11001101 100011 1001101 0 1010011 10100 1110100 1000111 101111

Color Harmonies of #2FCD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD23

Black with #2FCD23

Text Example


Text Example

White with #2FCD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FCD23; }

 p { color: rgb(47,205,35); }

 H1.HeaderClassName
 {
   color: #2FCD23;
 }
 .AnyTagClassName
 {
   color: #2FCD23;
 }
</style>

background-color css

<style>
 a { background-color: #2FCD23; }

 a { background-color: rgb(47,205,35); }

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

border-color css

<style>
 span { border-color: #2FCD23; }

 span { border-color: rgb(47,205,35); }

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