Html Css Color HEX #CFDD03 Electric Lime

📋 copy color: '#CFDD03'

red 207 ◦ green 221 ◦ blue 3

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

Shades of Electric Lime #CFDD03

Tints of Electric Lime #CFDD03

RGB

 RED value IS 207 (81.25% from 255) = 48.03%

 GREEN value IS 221 (86.72% from 255) = 51.28%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 48.03%
G = 51.28%
B = 0.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#CFDD03 (or 0xCFDD03) is known color: Electric Lime. HEX triplet: CF, DD and 03. RGB value is (207,221,3). Sum of RGB (Red+Green+Blue) = 207+221+3=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD03 is #3022FC. Grayscale: #C0C0C0. Windows color (decimal): -3154685 or 253391. OLE color: 253391.

HSL color Cylindrical-coordinate representation of color #CFDD03: hue angle of 63.85º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFDD03 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 3 -
CMYK 0.06 0 0.99 0.13
HSL 63.85º 0.97% 0.44% -
HSV(B) 63.85º 0.99% 0.87% -
XYZ 51.61 64.98 9.91 -
YUV 191.96 21.36 138.73 -
System Red Green Blue C M Y K H S L
Decimal 207 221 3 0.06 0 0.99 0.13 63.85 0.97 0.44
Hex CF DD 3 6 0 63 D 40 61 2C
Octal 317 335 3 6 0 143 15 100 141 54
Binary 11001111 11011101 11 110 0 1100011 1101 1000000 1100001 101100

Color Harmonies of #CFDD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD03

Black with #CFDD03

Text Example


Text Example

White with #CFDD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD03; }

 p { color: rgb(207,221,3); }

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

background-color css

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

 a { background-color: rgb(207,221,3); }

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

border-color css

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

 span { border-color: rgb(207,221,3); }

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