Html Css Color HEX #CDF812 Electric Lime

📋 copy color: '#CDF812'

red 205 ◦ green 248 ◦ blue 18

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

Shades of Electric Lime #CDF812

Tints of Electric Lime #CDF812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.82%

R = 43.52%
G = 52.65%
B = 3.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#CDF812 (or 0xCDF812) is known color: Electric Lime. HEX triplet: CD, F8 and 12. RGB value is (205,248,18). Sum of RGB (Red+Green+Blue) = 205+248+18=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF812 is #3207ED. Grayscale: #D1D1D1. Windows color (decimal): -3278830 or 1243341. OLE color: 1243341.

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

Color convert

RGB 205 248 18 -
CMYK 0.17 0 0.93 0.03
HSL 71.22º 0.94% 0.52% -
HSV(B) 71.22º 0.93% 0.97% -
XYZ 58.85 80.16 12.94 -
YUV 208.92 20.25 125.2 -
System Red Green Blue C M Y K H S L
Decimal 205 248 18 0.17 0 0.93 0.03 71.22 0.94 0.52
Hex CD F8 12 11 0 5D 3 47 5E 34
Octal 315 370 22 21 0 135 3 107 136 64
Binary 11001101 11111000 10010 10001 0 1011101 11 1000111 1011110 110100

Color Harmonies of #CDF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF812

Black with #CDF812

Text Example


Text Example

White with #CDF812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF812; }

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

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

background-color css

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

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

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

border-color css

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

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

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