Html Css Color HEX #71CB25 Lima

📋 copy color: '#71CB25'

red 113 ◦ green 203 ◦ blue 37

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

Shades of Lima #71CB25

Tints of Lima #71CB25

RGB

 RED value IS 113 (44.53% from 255) = 32.01%

 GREEN value IS 203 (79.69% from 255) = 57.51%

 BLUE value IS 37 (14.84% from 255) = 10.48%

R = 32.01%
G = 57.51%
B = 10.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#71CB25 (or 0x71CB25) is known color: Lima. HEX triplet: 71, CB and 25. RGB value is (113,203,37). Sum of RGB (Red+Green+Blue) = 113+203+37=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB25 is #8E34DA. Grayscale: #9D9D9D. Windows color (decimal): -9319643 or 2476913. OLE color: 2476913.

HSL color Cylindrical-coordinate representation of color #71CB25: hue angle of 92.53º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71CB25 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 203 37 -
CMYK 0.44 0 0.82 0.20
HSL 92.53º 0.69% 0.47% -
HSV(B) 92.53º 0.82% 0.8% -
XYZ 28.5 46.36 9.2 -
YUV 157.17 60.18 96.5 -
System Red Green Blue C M Y K H S L
Decimal 113 203 37 0.44 0 0.82 0.20 92.53 0.69 0.47
Hex 71 CB 25 2C 0 52 14 5D 45 2F
Octal 161 313 45 54 0 122 24 135 105 57
Binary 1110001 11001011 100101 101100 0 1010010 10100 1011101 1000101 101111

Color Harmonies of #71CB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CB25

Black with #71CB25

Text Example


Text Example

White with #71CB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71CB25; }

 p { color: rgb(113,203,37); }

 H1.HeaderClassName
 {
   color: #71CB25;
 }
 .AnyTagClassName
 {
   color: #71CB25;
 }
</style>

background-color css

<style>
 a { background-color: #71CB25; }

 a { background-color: rgb(113,203,37); }

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

border-color css

<style>
 span { border-color: #71CB25; }

 span { border-color: rgb(113,203,37); }

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