Html Css Color HEX #25CF1E Lime Green

📋 copy color: '#25CF1E'

red 37 ◦ green 207 ◦ blue 30

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

Shades of Lime Green #25CF1E

Tints of Lime Green #25CF1E

RGB

 RED value IS 37 (14.84% from 255) = 13.5%

 GREEN value IS 207 (81.25% from 255) = 75.55%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 13.5%
G = 75.55%
B = 10.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#25CF1E (or 0x25CF1E) is known color: Lime Green. HEX triplet: 25, CF and 1E. RGB value is (37,207,30). Sum of RGB (Red+Green+Blue) = 37+207+30=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CF1E is #DA30E1. Grayscale: #888888. Windows color (decimal): -14299362 or 2019109. OLE color: 2019109.

HSL color Cylindrical-coordinate representation of color #25CF1E: hue angle of 117.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25CF1E is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 207 30 -
CMYK 0.82 0 0.86 0.19
HSL 117.63º 0.75% 0.46% -
HSV(B) 117.63º 0.86% 0.81% -
XYZ 23.31 45.11 8.71 -
YUV 135.99 68.18 57.39 -
System Red Green Blue C M Y K H S L
Decimal 37 207 30 0.82 0 0.86 0.19 117.63 0.75 0.46
Hex 25 CF 1E 52 0 56 13 76 4B 2E
Octal 45 317 36 122 0 126 23 166 113 56
Binary 100101 11001111 11110 1010010 0 1010110 10011 1110110 1001011 101110

Color Harmonies of #25CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CF1E

Black with #25CF1E

Text Example


Text Example

White with #25CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25CF1E; }

 p { color: rgb(37,207,30); }

 H1.HeaderClassName
 {
   color: #25CF1E;
 }
 .AnyTagClassName
 {
   color: #25CF1E;
 }
</style>

background-color css

<style>
 a { background-color: #25CF1E; }

 a { background-color: rgb(37,207,30); }

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

border-color css

<style>
 span { border-color: #25CF1E; }

 span { border-color: rgb(37,207,30); }

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