Html Css Color HEX #CDF80F Electric Lime

📋 copy color: '#CDF80F'

red 205 ◦ green 248 ◦ blue 15

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

Shades of Electric Lime #CDF80F

Tints of Electric Lime #CDF80F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.99%

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

R = 43.8%
G = 52.99%
B = 3.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#CDF80F (or 0xCDF80F) is known color: Electric Lime. HEX triplet: CD, F8 and 0F. RGB value is (205,248,15). Sum of RGB (Red+Green+Blue) = 205+248+15=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF80F is #3207F0. Grayscale: #D1D1D1. Windows color (decimal): -3278833 or 1046733. OLE color: 1046733.

HSL color Cylindrical-coordinate representation of color #CDF80F: hue angle of 71.07º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDF80F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 248 15 -
CMYK 0.17 0 0.94 0.03
HSL 71.07º 0.94% 0.52% -
HSV(B) 71.07º 0.94% 0.97% -
XYZ 58.83 80.15 12.82 -
YUV 208.58 18.75 125.45 -
System Red Green Blue C M Y K H S L
Decimal 205 248 15 0.17 0 0.94 0.03 71.07 0.94 0.52
Hex CD F8 F 11 0 5E 3 47 5E 34
Octal 315 370 17 21 0 136 3 107 136 64
Binary 11001101 11111000 1111 10001 0 1011110 11 1000111 1011110 110100

Color Harmonies of #CDF80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF80F

Black with #CDF80F

Text Example


Text Example

White with #CDF80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF80F; }

 p { color: rgb(205,248,15); }

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

background-color css

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

 a { background-color: rgb(205,248,15); }

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

border-color css

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

 span { border-color: rgb(205,248,15); }

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