Html Css Color HEX #CDFE15 Electric Lime

📋 copy color: '#CDFE15'

red 205 ◦ green 254 ◦ blue 21

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

Shades of Electric Lime #CDFE15

Tints of Electric Lime #CDFE15

RGB

 RED value IS 205 (80.47% from 255) = 42.71%

 GREEN value IS 254 (99.61% from 255) = 52.92%

 BLUE value IS 21 (8.59% from 255) = 4.38%

R = 42.71%
G = 52.92%
B = 4.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#CDFE15 (or 0xCDFE15) is known color: Electric Lime. HEX triplet: CD, FE and 15. RGB value is (205,254,21). Sum of RGB (Red+Green+Blue) = 205+254+21=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 21 (8.59% from 255 or 4.38% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFE15 is #3201EA. Grayscale: #D5D5D5. Windows color (decimal): -3277291 or 1441485. OLE color: 1441485.

HSL color Cylindrical-coordinate representation of color #CDFE15: hue angle of 72.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDFE15 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 254 21 -
CMYK 0.19 0 0.92 0.00
HSL 72.62º 0.99% 0.54% -
HSV(B) 72.62º 0.92% 1% -
XYZ 60.75 83.92 13.7 -
YUV 212.79 19.77 122.45 -
System Red Green Blue C M Y K H S L
Decimal 205 254 21 0.19 0 0.92 0.00 72.62 0.99 0.54
Hex CD FE 15 13 0 5C 0 49 63 36
Octal 315 376 25 23 0 134 0 111 143 66
Binary 11001101 11111110 10101 10011 0 1011100 0 1001001 1100011 110110

Color Harmonies of #CDFE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE15

Black with #CDFE15

Text Example


Text Example

White with #CDFE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE15; }

 p { color: rgb(205,254,21); }

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

background-color css

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

 a { background-color: rgb(205,254,21); }

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

border-color css

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

 span { border-color: rgb(205,254,21); }

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